Shades of Pancho #EEB98E
Tints of Pancho #EEB98E
RGB
CMYK
RGB Variations
Color information
#EEB98E (or 0xEEB98E) is known color: 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
| RGB | 238 | 185 | 142 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.07 |
| HSL | 26.88º | 0.74% | 0.75% | - |
| HSV(B) | 26.88º | 0.4% | 0.93% | - |
| XYZ | 57.49 | 54.83 | 33.14 | - |
| YUV | 195.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 142 | 0 | 0.22 | 0.40 | 0.07 | 26.88 | 0.74 | 0.75 |
| Hex | EE | B9 | 8E | 0 | 16 | 28 | 7 | 1B | 4A | 4B |
| Octal | 356 | 271 | 216 | 0 | 26 | 50 | 7 | 33 | 112 | 113 |
| Binary | 11101110 | 10111001 | 10001110 | 0 | 10110 | 101000 | 111 | 11011 | 1001010 | 1001011 |
Color Harmonies of #EEB98E
Complementary color
Monochromatic Colors of #EEB98E
Black with #EEB98E
Text Example
Text Example
White with #EEB98E
Text Example
Text Example
HTML Codes & Css Web 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>