Html Css Color HEX #EAE0BC Double Pearl Lusta
📋 copy color: '#EAE0BC'red 234 ◦ green 224 ◦ blue 188
Shades of Double Pearl Lusta #EAE0BC
Tints of Double Pearl Lusta #EAE0BC
RGB
CMYK
RGB Variations
Color information
#EAE0BC (or 0xEAE0BC) is known color: Double Pearl Lusta. HEX triplet: EA, E0 and BC. RGB value is (234,224,188). Sum of RGB (Red+Green+Blue) = 234+224+188=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0BC is #151F43. Grayscale: #DFDFDF. Windows color (decimal): -1384260 or 12378346. OLE color: 12378346.
HSL color Cylindrical-coordinate representation of color #EAE0BC: hue angle of 46.96º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAE0BC is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 188 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.08 |
| HSL | 46.96º | 0.52% | 0.83% | - |
| HSV(B) | 46.96º | 0.2% | 0.92% | - |
| XYZ | 69.66 | 74.43 | 58.27 | - |
| YUV | 222.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 188 | 0 | 0.04 | 0.20 | 0.08 | 46.96 | 0.52 | 0.83 |
| Hex | EA | E0 | BC | 0 | 4 | 14 | 8 | 2F | 34 | 53 |
| Octal | 352 | 340 | 274 | 0 | 4 | 24 | 10 | 57 | 64 | 123 |
| Binary | 11101010 | 11100000 | 10111100 | 0 | 100 | 10100 | 1000 | 101111 | 110100 | 1010011 |
Color Harmonies of #EAE0BC
Complementary color
Monochromatic Colors of #EAE0BC
Black with #EAE0BC
Text Example
Text Example
White with #EAE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0BC; }
p { color: rgb(234,224,188); }
H1.HeaderClassName
{
color: #EAE0BC;
}
.AnyTagClassName
{
color: #EAE0BC;
}
</style>
background-color css
<style>
a { background-color: #EAE0BC; }
a { background-color: rgb(234,224,188); }
div.DivClassName
{
background-color: #EAE0BC;
}
.BgClassName
{
background-color: #EAE0BC;
}
</style>
border-color css
<style>
span { border-color: #EAE0BC; }
span { border-color: rgb(234,224,188); }
td.TdClassName
{
border-color: #EAE0BC;
}
.TagClassName
{
border-color: #EAE0BC;
}
</style>