Html Css Color HEX #EBE0C1 Double Pearl Lusta
📋 copy color: '#EBE0C1'red 235 ◦ green 224 ◦ blue 193
Shades of Double Pearl Lusta #EBE0C1
Tints of Double Pearl Lusta #EBE0C1
RGB
CMYK
RGB Variations
Color information
#EBE0C1 (or 0xEBE0C1) is known color: Double Pearl Lusta. HEX triplet: EB, E0 and C1. RGB value is (235,224,193). Sum of RGB (Red+Green+Blue) = 235+224+193=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C1 is #141F3E. Grayscale: #DFDFDF. Windows color (decimal): -1318719 or 12706027. OLE color: 12706027.
HSL color Cylindrical-coordinate representation of color #EBE0C1: hue angle of 44.29º degrees, saturation: 0.51, 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 #EBE0C1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 193 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.08 |
| HSL | 44.29º | 0.51% | 0.84% | - |
| HSV(B) | 44.29º | 0.18% | 0.92% | - |
| XYZ | 70.54 | 74.82 | 61.18 | - |
| YUV | 223.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 193 | 0 | 0.05 | 0.18 | 0.08 | 44.29 | 0.51 | 0.84 |
| Hex | EB | E0 | C1 | 0 | 5 | 12 | 8 | 2C | 33 | 54 |
| Octal | 353 | 340 | 301 | 0 | 5 | 22 | 10 | 54 | 63 | 124 |
| Binary | 11101011 | 11100000 | 11000001 | 0 | 101 | 10010 | 1000 | 101100 | 110011 | 1010100 |
Color Harmonies of #EBE0C1
Complementary color
Monochromatic Colors of #EBE0C1
Black with #EBE0C1
Text Example
Text Example
White with #EBE0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0C1; }
p { color: rgb(235,224,193); }
H1.HeaderClassName
{
color: #EBE0C1;
}
.AnyTagClassName
{
color: #EBE0C1;
}
</style>
background-color css
<style>
a { background-color: #EBE0C1; }
a { background-color: rgb(235,224,193); }
div.DivClassName
{
background-color: #EBE0C1;
}
.BgClassName
{
background-color: #EBE0C1;
}
</style>
border-color css
<style>
span { border-color: #EBE0C1; }
span { border-color: rgb(235,224,193); }
td.TdClassName
{
border-color: #EBE0C1;
}
.TagClassName
{
border-color: #EBE0C1;
}
</style>