Html Css Color HEX #EBE0BD Double Pearl Lusta
📋 copy color: '#EBE0BD'red 235 ◦ green 224 ◦ blue 189
Shades of Double Pearl Lusta #EBE0BD
Tints of Double Pearl Lusta #EBE0BD
RGB
CMYK
RGB Variations
Color information
#EBE0BD (or 0xEBE0BD) is known color: Double Pearl Lusta. HEX triplet: EB, E0 and BD. RGB value is (235,224,189). Sum of RGB (Red+Green+Blue) = 235+224+189=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0BD is #141F42. Grayscale: #DFDFDF. Windows color (decimal): -1318723 or 12443883. OLE color: 12443883.
HSL color Cylindrical-coordinate representation of color #EBE0BD: hue angle of 45.65º 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 #EBE0BD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 189 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.08 |
| HSL | 45.65º | 0.53% | 0.83% | - |
| HSV(B) | 45.65º | 0.2% | 0.92% | - |
| XYZ | 70.1 | 74.65 | 58.86 | - |
| YUV | 223.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 189 | 0 | 0.05 | 0.20 | 0.08 | 45.65 | 0.53 | 0.83 |
| Hex | EB | E0 | BD | 0 | 5 | 14 | 8 | 2E | 35 | 53 |
| Octal | 353 | 340 | 275 | 0 | 5 | 24 | 10 | 56 | 65 | 123 |
| Binary | 11101011 | 11100000 | 10111101 | 0 | 101 | 10100 | 1000 | 101110 | 110101 | 1010011 |
Color Harmonies of #EBE0BD
Complementary color
Monochromatic Colors of #EBE0BD
Black with #EBE0BD
Text Example
Text Example
White with #EBE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0BD; }
p { color: rgb(235,224,189); }
H1.HeaderClassName
{
color: #EBE0BD;
}
.AnyTagClassName
{
color: #EBE0BD;
}
</style>
background-color css
<style>
a { background-color: #EBE0BD; }
a { background-color: rgb(235,224,189); }
div.DivClassName
{
background-color: #EBE0BD;
}
.BgClassName
{
background-color: #EBE0BD;
}
</style>
border-color css
<style>
span { border-color: #EBE0BD; }
span { border-color: rgb(235,224,189); }
td.TdClassName
{
border-color: #EBE0BD;
}
.TagClassName
{
border-color: #EBE0BD;
}
</style>