Shades of Pearl Lusta #EAE1C8
Tints of Pearl Lusta #EAE1C8
RGB
CMYK
RGB Variations
Color information
#EAE1C8 (or 0xEAE1C8) is known color: Pearl Lusta. HEX triplet: EA, E1 and C8. RGB value is (234,225,200). Sum of RGB (Red+Green+Blue) = 234+225+200=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1C8 is #151E37. Grayscale: #E0E0E0. Windows color (decimal): -1383992 or 13165034. OLE color: 13165034.
HSL color Cylindrical-coordinate representation of color #EAE1C8: hue angle of 44.12º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAE1C8 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 200 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.08 |
| HSL | 44.12º | 0.45% | 0.85% | - |
| HSV(B) | 44.12º | 0.15% | 0.92% | - |
| XYZ | 71.28 | 75.51 | 65.46 | - |
| YUV | 224.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 200 | 0 | 0.04 | 0.15 | 0.08 | 44.12 | 0.45 | 0.85 |
| Hex | EA | E1 | C8 | 0 | 4 | F | 8 | 2C | 2D | 55 |
| Octal | 352 | 341 | 310 | 0 | 4 | 17 | 10 | 54 | 55 | 125 |
| Binary | 11101010 | 11100001 | 11001000 | 0 | 100 | 1111 | 1000 | 101100 | 101101 | 1010101 |
Color Harmonies of #EAE1C8
Complementary color
Monochromatic Colors of #EAE1C8
Black with #EAE1C8
Text Example
Text Example
White with #EAE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1C8; }
p { color: rgb(234,225,200); }
H1.HeaderClassName
{
color: #EAE1C8;
}
.AnyTagClassName
{
color: #EAE1C8;
}
</style>
background-color css
<style>
a { background-color: #EAE1C8; }
a { background-color: rgb(234,225,200); }
div.DivClassName
{
background-color: #EAE1C8;
}
.BgClassName
{
background-color: #EAE1C8;
}
</style>
border-color css
<style>
span { border-color: #EAE1C8; }
span { border-color: rgb(234,225,200); }
td.TdClassName
{
border-color: #EAE1C8;
}
.TagClassName
{
border-color: #EAE1C8;
}
</style>