Html Css Color HEX #EAE0BB Double Pearl Lusta
📋 copy color: '#EAE0BB'red 234 ◦ green 224 ◦ blue 187
Shades of Double Pearl Lusta #EAE0BB
Tints of Double Pearl Lusta #EAE0BB
RGB
CMYK
RGB Variations
Color information
#EAE0BB (or 0xEAE0BB) is known color: Double Pearl Lusta. HEX triplet: EA, E0 and BB. RGB value is (234,224,187). Sum of RGB (Red+Green+Blue) = 234+224+187=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0BB is #151F44. Grayscale: #DEDEDE. Windows color (decimal): -1384261 or 12312810. OLE color: 12312810.
HSL color Cylindrical-coordinate representation of color #EAE0BB: hue angle of 47.23º degrees, saturation: 0.53, 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 #EAE0BB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 187 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.08 |
| HSL | 47.23º | 0.53% | 0.83% | - |
| HSV(B) | 47.23º | 0.2% | 0.92% | - |
| XYZ | 69.56 | 74.39 | 57.71 | - |
| YUV | 222.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 187 | 0 | 0.04 | 0.20 | 0.08 | 47.23 | 0.53 | 0.83 |
| Hex | EA | E0 | BB | 0 | 4 | 14 | 8 | 2F | 35 | 53 |
| Octal | 352 | 340 | 273 | 0 | 4 | 24 | 10 | 57 | 65 | 123 |
| Binary | 11101010 | 11100000 | 10111011 | 0 | 100 | 10100 | 1000 | 101111 | 110101 | 1010011 |
Color Harmonies of #EAE0BB
Complementary color
Monochromatic Colors of #EAE0BB
Black with #EAE0BB
Text Example
Text Example
White with #EAE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0BB; }
p { color: rgb(234,224,187); }
H1.HeaderClassName
{
color: #EAE0BB;
}
.AnyTagClassName
{
color: #EAE0BB;
}
</style>
background-color css
<style>
a { background-color: #EAE0BB; }
a { background-color: rgb(234,224,187); }
div.DivClassName
{
background-color: #EAE0BB;
}
.BgClassName
{
background-color: #EAE0BB;
}
</style>
border-color css
<style>
span { border-color: #EAE0BB; }
span { border-color: rgb(234,224,187); }
td.TdClassName
{
border-color: #EAE0BB;
}
.TagClassName
{
border-color: #EAE0BB;
}
</style>