#EEB27F

Color #EEB27F Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #EEB27F

Tints of Tacao #EEB27F

Color information

#EEB27F (or 0xEEB27F) is unknown color: approx Tacao. HEX triplet: EE, B2 and 7F. RGB value is (238,178,127). Sum of RGB (Red+Green+Blue) = 238+178+127=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB27F is #114D80. Grayscale: #BEBEBE. Windows color (decimal): -1133953 or 8368878. OLE color: 8368878.

HSL color Cylindrical-coordinate representation of color #EEB27F: hue angle of 27.57º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEB27F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238178127-
CMYK00.250.470.07
HSL27.57º76.55%71.57%-
HSV(B)27.57º46.64%93.33%-
XYZ55.0151.5527.13-
YUV190.1392.38162.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 127 (50% from 255) = 23.39%
R=43.83%
G=32.78%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817812700.250.470.0727.5776.5571.57
HexEEB27F0192F71c4d48
Octal35626217703157734115110
Binary111011101011001011111110110011011111111110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB27F; }

 p { color: rgb(238,178,127); }

 H1.HeaderClassName
 {
   color: #EEB27F;
 }
 .AnyTagClassName
 {
   color: #EEB27F;
 }
</style>
background-color css

<style>
 a { background-color: #EEB27F; }

 a { background-color: rgb(238,178,127); }

 div.DivClassName
 {
   background-color: #EEB27F;
 }
 .BgClassName
 {
   background-color: #EEB27F;
 }
</style>
border-color css

<style>
 span { border-color: #EEB27F; }

 span { border-color: rgb(238,178,127); }

 td.TdClassName
 {
   border-color: #EEB27F;
 }
 .TagClassName
 {
   border-color: #EEB27F;
 }
</style>