Html Css Color HEX #E5D7BA Double Pearl Lusta
📋 copy color: '#E5D7BA'red 229 ◦ green 215 ◦ blue 186
Shades of Double Pearl Lusta #E5D7BA
Tints of Double Pearl Lusta #E5D7BA
RGB
CMYK
RGB Variations
Color information
#E5D7BA (or 0xE5D7BA) is known color: Double Pearl Lusta. HEX triplet: E5, D7 and BA. RGB value is (229,215,186). Sum of RGB (Red+Green+Blue) = 229+215+186=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BA is #1A2845. Grayscale: #D8D8D8. Windows color (decimal): -1714246 or 12244965. OLE color: 12244965.
HSL color Cylindrical-coordinate representation of color #E5D7BA: hue angle of 40.47º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5D7BA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 186 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.10 |
| HSL | 40.47º | 0.45% | 0.81% | - |
| HSV(B) | 40.47º | 0.19% | 0.9% | - |
| XYZ | 65.48 | 68.8 | 56.28 | - |
| YUV | 215.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 186 | 0 | 0.06 | 0.19 | 0.10 | 40.47 | 0.45 | 0.81 |
| Hex | E5 | D7 | BA | 0 | 6 | 13 | A | 28 | 2D | 51 |
| Octal | 345 | 327 | 272 | 0 | 6 | 23 | 12 | 50 | 55 | 121 |
| Binary | 11100101 | 11010111 | 10111010 | 0 | 110 | 10011 | 1010 | 101000 | 101101 | 1010001 |
Color Harmonies of #E5D7BA
Complementary color
Monochromatic Colors of #E5D7BA
Black with #E5D7BA
Text Example
Text Example
White with #E5D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7BA; }
p { color: rgb(229,215,186); }
H1.HeaderClassName
{
color: #E5D7BA;
}
.AnyTagClassName
{
color: #E5D7BA;
}
</style>
background-color css
<style>
a { background-color: #E5D7BA; }
a { background-color: rgb(229,215,186); }
div.DivClassName
{
background-color: #E5D7BA;
}
.BgClassName
{
background-color: #E5D7BA;
}
</style>
border-color css
<style>
span { border-color: #E5D7BA; }
span { border-color: rgb(229,215,186); }
td.TdClassName
{
border-color: #E5D7BA;
}
.TagClassName
{
border-color: #E5D7BA;
}
</style>