Html Css Color HEX #EBE0C0 Double Pearl Lusta
📋 copy color: '#EBE0C0'red 235 ◦ green 224 ◦ blue 192
Shades of Double Pearl Lusta #EBE0C0
Tints of Double Pearl Lusta #EBE0C0
RGB
CMYK
RGB Variations
Color information
#EBE0C0 (or 0xEBE0C0) is known color: Double Pearl Lusta. HEX triplet: EB, E0 and C0. RGB value is (235,224,192). Sum of RGB (Red+Green+Blue) = 235+224+192=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C0 is #141F3F. Grayscale: #DFDFDF. Windows color (decimal): -1318720 or 12640491. OLE color: 12640491.
HSL color Cylindrical-coordinate representation of color #EBE0C0: hue angle of 44.65º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBE0C0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 192 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.08 |
| HSL | 44.65º | 0.52% | 0.84% | - |
| HSV(B) | 44.65º | 0.18% | 0.92% | - |
| XYZ | 70.43 | 74.78 | 60.59 | - |
| YUV | 223.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 192 | 0 | 0.05 | 0.18 | 0.08 | 44.65 | 0.52 | 0.84 |
| Hex | EB | E0 | C0 | 0 | 5 | 12 | 8 | 2D | 34 | 54 |
| Octal | 353 | 340 | 300 | 0 | 5 | 22 | 10 | 55 | 64 | 124 |
| Binary | 11101011 | 11100000 | 11000000 | 0 | 101 | 10010 | 1000 | 101101 | 110100 | 1010100 |
Color Harmonies of #EBE0C0
Complementary color
Monochromatic Colors of #EBE0C0
Black with #EBE0C0
Text Example
Text Example
White with #EBE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0C0; }
p { color: rgb(235,224,192); }
H1.HeaderClassName
{
color: #EBE0C0;
}
.AnyTagClassName
{
color: #EBE0C0;
}
</style>
background-color css
<style>
a { background-color: #EBE0C0; }
a { background-color: rgb(235,224,192); }
div.DivClassName
{
background-color: #EBE0C0;
}
.BgClassName
{
background-color: #EBE0C0;
}
</style>
border-color css
<style>
span { border-color: #EBE0C0; }
span { border-color: rgb(235,224,192); }
td.TdClassName
{
border-color: #EBE0C0;
}
.TagClassName
{
border-color: #EBE0C0;
}
</style>