Shades of Pearl Lusta #E9E0CA
Tints of Pearl Lusta #E9E0CA
RGB
CMYK
RGB Variations
Color information
#E9E0CA (or 0xE9E0CA) is known color: Pearl Lusta. HEX triplet: E9, E0 and CA. RGB value is (233,224,202). Sum of RGB (Red+Green+Blue) = 233+224+202=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0CA is #161F35. Grayscale: #E0E0E0. Windows color (decimal): -1449782 or 13295849. OLE color: 13295849.
HSL color Cylindrical-coordinate representation of color #E9E0CA: hue angle of 42.58º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9E0CA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 202 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.09 |
| HSL | 42.58º | 0.41% | 0.85% | - |
| HSV(B) | 42.58º | 0.13% | 0.91% | - |
| XYZ | 70.92 | 74.9 | 66.6 | - |
| YUV | 224.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 202 | 0 | 0.04 | 0.13 | 0.09 | 42.58 | 0.41 | 0.85 |
| Hex | E9 | E0 | CA | 0 | 4 | D | 9 | 2B | 29 | 55 |
| Octal | 351 | 340 | 312 | 0 | 4 | 15 | 11 | 53 | 51 | 125 |
| Binary | 11101001 | 11100000 | 11001010 | 0 | 100 | 1101 | 1001 | 101011 | 101001 | 1010101 |
Color Harmonies of #E9E0CA
Complementary color
Monochromatic Colors of #E9E0CA
Black with #E9E0CA
Text Example
Text Example
White with #E9E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E0CA; }
p { color: rgb(233,224,202); }
H1.HeaderClassName
{
color: #E9E0CA;
}
.AnyTagClassName
{
color: #E9E0CA;
}
</style>
background-color css
<style>
a { background-color: #E9E0CA; }
a { background-color: rgb(233,224,202); }
div.DivClassName
{
background-color: #E9E0CA;
}
.BgClassName
{
background-color: #E9E0CA;
}
</style>
border-color css
<style>
span { border-color: #E9E0CA; }
span { border-color: rgb(233,224,202); }
td.TdClassName
{
border-color: #E9E0CA;
}
.TagClassName
{
border-color: #E9E0CA;
}
</style>