Html Css Color HEX #EAE0BD Double Pearl Lusta
📋 copy color: '#EAE0BD'red 234 ◦ green 224 ◦ blue 189
Shades of Double Pearl Lusta #EAE0BD
Tints of Double Pearl Lusta #EAE0BD
RGB
CMYK
RGB Variations
Color information
#EAE0BD (or 0xEAE0BD) is known color: Double Pearl Lusta. HEX triplet: EA, E0 and BD. RGB value is (234,224,189). Sum of RGB (Red+Green+Blue) = 234+224+189=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0BD is #151F42. Grayscale: #DFDFDF. Windows color (decimal): -1384259 or 12443882. OLE color: 12443882.
HSL color Cylindrical-coordinate representation of color #EAE0BD: hue angle of 46.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAE0BD is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 189 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.08 |
| HSL | 46.67º | 0.52% | 0.83% | - |
| HSV(B) | 46.67º | 0.19% | 0.92% | - |
| XYZ | 69.77 | 74.48 | 58.84 | - |
| YUV | 223 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 189 | 0 | 0.04 | 0.19 | 0.08 | 46.67 | 0.52 | 0.83 |
| Hex | EA | E0 | BD | 0 | 4 | 13 | 8 | 2F | 34 | 53 |
| Octal | 352 | 340 | 275 | 0 | 4 | 23 | 10 | 57 | 64 | 123 |
| Binary | 11101010 | 11100000 | 10111101 | 0 | 100 | 10011 | 1000 | 101111 | 110100 | 1010011 |
Color Harmonies of #EAE0BD
Complementary color
Monochromatic Colors of #EAE0BD
Black with #EAE0BD
Text Example
Text Example
White with #EAE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0BD; }
p { color: rgb(234,224,189); }
H1.HeaderClassName
{
color: #EAE0BD;
}
.AnyTagClassName
{
color: #EAE0BD;
}
</style>
background-color css
<style>
a { background-color: #EAE0BD; }
a { background-color: rgb(234,224,189); }
div.DivClassName
{
background-color: #EAE0BD;
}
.BgClassName
{
background-color: #EAE0BD;
}
</style>
border-color css
<style>
span { border-color: #EAE0BD; }
span { border-color: rgb(234,224,189); }
td.TdClassName
{
border-color: #EAE0BD;
}
.TagClassName
{
border-color: #EAE0BD;
}
</style>