Shades of Pearl Lusta #E9E0C8
Tints of Pearl Lusta #E9E0C8
RGB
CMYK
RGB Variations
Color information
#E9E0C8 (or 0xE9E0C8) is known color: Pearl Lusta. HEX triplet: E9, E0 and C8. RGB value is (233,224,200). Sum of RGB (Red+Green+Blue) = 233+224+200=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0C8 is #161F37. Grayscale: #E0E0E0. Windows color (decimal): -1449784 or 13164777. OLE color: 13164777.
HSL color Cylindrical-coordinate representation of color #E9E0C8: hue angle of 43.64º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9E0C8 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 200 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.09 |
| HSL | 43.64º | 0.43% | 0.85% | - |
| HSV(B) | 43.64º | 0.14% | 0.91% | - |
| XYZ | 70.69 | 74.81 | 65.36 | - |
| YUV | 223.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 200 | 0 | 0.04 | 0.14 | 0.09 | 43.64 | 0.43 | 0.85 |
| Hex | E9 | E0 | C8 | 0 | 4 | E | 9 | 2C | 2B | 55 |
| Octal | 351 | 340 | 310 | 0 | 4 | 16 | 11 | 54 | 53 | 125 |
| Binary | 11101001 | 11100000 | 11001000 | 0 | 100 | 1110 | 1001 | 101100 | 101011 | 1010101 |
Color Harmonies of #E9E0C8
Complementary color
Monochromatic Colors of #E9E0C8
Black with #E9E0C8
Text Example
Text Example
White with #E9E0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E0C8; }
p { color: rgb(233,224,200); }
H1.HeaderClassName
{
color: #E9E0C8;
}
.AnyTagClassName
{
color: #E9E0C8;
}
</style>
background-color css
<style>
a { background-color: #E9E0C8; }
a { background-color: rgb(233,224,200); }
div.DivClassName
{
background-color: #E9E0C8;
}
.BgClassName
{
background-color: #E9E0C8;
}
</style>
border-color css
<style>
span { border-color: #E9E0C8; }
span { border-color: rgb(233,224,200); }
td.TdClassName
{
border-color: #E9E0C8;
}
.TagClassName
{
border-color: #E9E0C8;
}
</style>