Color Hex Logo

#eb664a Color Hex

#EB664A
(235,102,74)
0 Favorites   0 Comments

Color spaces of #eb664a

RGB 23510274
HSL0.030.800.61
HSV10°69°92°
CMYK 0.000.570.69   0.08
XYZ40.248427.65939.6960
Yxy27.65930.51860.3564
Hunter Lab52.592144.568725.8836
CIE-Lab59.579749.693940.9983

#eb664a color RGB value is (235,102,74).

#eb664a hex color red value is 235, green value is 102 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eb664a hue: 0.03 , saturation: 0.80 and the lightness value of eb664a is 0.61.

The process color (four color CMYK) of #eb664a color hex is 0.00, 0.57, 0.69, 0.08. Web safe color of #eb664a is #ff6633. Color #eb664a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 01001010
Octal 353 146 112
Decimal 235 102 74
Hex EB 66 4A

RGB Percentages of Color #eb664a

%57.18
%24.82
%18.00

CMYK Percentages of Color #eb664a

%0
%57
%69
%8

Triadic Colors of #eb664a

#eb664a #4aeb66 #664aeb

Analogous Colors of #eb664a

#eb664a #ebb74a #eb4a7f

Monochromatic Colors of #eb664a

#eb664a

Complementary Color

#eb664a #4acfeb

#eb664a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb664a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb664a Color CSS Codes

.mybgcolor {background-color:#eb664a; } 
.myforecolor {color:#eb664a; }
.mybordercolor {border:3px solid #eb664a; }

#eb664a Text Font Color

<p style="color:#eb664a">Text here</p>

This sample text font color is #eb664a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eb664a Background Color

<div style="background-color:#eb664a">
Div content here</div>

This div background color is #eb664a


#eb664a Border Color

<div style="border:3px solid #eb664a">
Div here</div>

This div border color is #eb664a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,102,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb664a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb664a;
  -webkit-box-shadow: 1px 1px 3px 2px #eb664a;
  box-shadow:         1px 1px 3px 2px #eb664a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,102,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb664a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb664a;
  -webkit-box-shadow: 1px 1px 3px 2px #eb664a;
  box-shadow:         1px 1px 3px 2px #eb664a;">
Div content here</div>

This div box has shadow with color #eb664a


Comments

No comments written yet.

Please login to write comment.