#EEB98E

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

Shades of Pancho #EEB98E

Tints of Pancho #EEB98E

Color information

#EEB98E (or 0xEEB98E) is unknown color: approx Pancho. HEX triplet: EE, B9 and 8E. RGB value is (238,185,142). Sum of RGB (Red+Green+Blue) = 238+185+142=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB98E is #114671. Grayscale: #C4C4C4. Windows color (decimal): -1132146 or 9353710. OLE color: 9353710.

HSL color Cylindrical-coordinate representation of color #EEB98E: hue angle of 26.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEB98E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238185142-
CMYK00.220.400.07
HSL26.88º73.85%74.51%-
HSV(B)26.88º40.34%93.33%-
XYZ57.4954.8333.14-
YUV195.9497.56158-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=42.12%
G=32.74%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818514200.220.400.0726.8873.8574.51
HexEEB98E0162871b4a4b
Octal35627121602650733112113
Binary1110111010111001100011100101101010001111101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB98E; }

 p { color: rgb(238,185,142); }

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

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

 a { background-color: rgb(238,185,142); }

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

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

 span { border-color: rgb(238,185,142); }

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