Html Css Color HEX #EBE0BF Double Pearl Lusta
📋 copy color: '#EBE0BF'red 235 ◦ green 224 ◦ blue 191
Shades of Double Pearl Lusta #EBE0BF
Tints of Double Pearl Lusta #EBE0BF
RGB
CMYK
RGB Variations
Color information
#EBE0BF (or 0xEBE0BF) is known color: Double Pearl Lusta. HEX triplet: EB, E0 and BF. RGB value is (235,224,191). Sum of RGB (Red+Green+Blue) = 235+224+191=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0BF is #141F40. Grayscale: #DFDFDF. Windows color (decimal): -1318721 or 12574955. OLE color: 12574955.
HSL color Cylindrical-coordinate representation of color #EBE0BF: hue angle of 45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBE0BF is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 191 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.08 |
| HSL | 45º | 0.52% | 0.84% | - |
| HSV(B) | 45º | 0.19% | 0.92% | - |
| XYZ | 70.32 | 74.74 | 60.01 | - |
| YUV | 223.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 191 | 0 | 0.05 | 0.19 | 0.08 | 45 | 0.52 | 0.84 |
| Hex | EB | E0 | BF | 0 | 5 | 13 | 8 | 2D | 34 | 54 |
| Octal | 353 | 340 | 277 | 0 | 5 | 23 | 10 | 55 | 64 | 124 |
| Binary | 11101011 | 11100000 | 10111111 | 0 | 101 | 10011 | 1000 | 101101 | 110100 | 1010100 |
Color Harmonies of #EBE0BF
Complementary color
Monochromatic Colors of #EBE0BF
Black with #EBE0BF
Text Example
Text Example
White with #EBE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0BF; }
p { color: rgb(235,224,191); }
H1.HeaderClassName
{
color: #EBE0BF;
}
.AnyTagClassName
{
color: #EBE0BF;
}
</style>
background-color css
<style>
a { background-color: #EBE0BF; }
a { background-color: rgb(235,224,191); }
div.DivClassName
{
background-color: #EBE0BF;
}
.BgClassName
{
background-color: #EBE0BF;
}
</style>
border-color css
<style>
span { border-color: #EBE0BF; }
span { border-color: rgb(235,224,191); }
td.TdClassName
{
border-color: #EBE0BF;
}
.TagClassName
{
border-color: #EBE0BF;
}
</style>