Html Css Color HEX #EBE0B8 Double Pearl Lusta
📋 copy color: '#EBE0B8'red 235 ◦ green 224 ◦ blue 184
Shades of Double Pearl Lusta #EBE0B8
Tints of Double Pearl Lusta #EBE0B8
RGB
CMYK
RGB Variations
Color information
#EBE0B8 (or 0xEBE0B8) is known color: Double Pearl Lusta. HEX triplet: EB, E0 and B8. RGB value is (235,224,184). Sum of RGB (Red+Green+Blue) = 235+224+184=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0B8 is #141F47. Grayscale: #DEDEDE. Windows color (decimal): -1318728 or 12116203. OLE color: 12116203.
HSL color Cylindrical-coordinate representation of color #EBE0B8: hue angle of 47.06º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBE0B8 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 184 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.08 |
| HSL | 47.06º | 0.56% | 0.82% | - |
| HSV(B) | 47.06º | 0.22% | 0.92% | - |
| XYZ | 69.57 | 74.43 | 56.05 | - |
| YUV | 222.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 184 | 0 | 0.05 | 0.22 | 0.08 | 47.06 | 0.56 | 0.82 |
| Hex | EB | E0 | B8 | 0 | 5 | 16 | 8 | 2F | 38 | 52 |
| Octal | 353 | 340 | 270 | 0 | 5 | 26 | 10 | 57 | 70 | 122 |
| Binary | 11101011 | 11100000 | 10111000 | 0 | 101 | 10110 | 1000 | 101111 | 111000 | 1010010 |
Color Harmonies of #EBE0B8
Complementary color
Monochromatic Colors of #EBE0B8
Black with #EBE0B8
Text Example
Text Example
White with #EBE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0B8; }
p { color: rgb(235,224,184); }
H1.HeaderClassName
{
color: #EBE0B8;
}
.AnyTagClassName
{
color: #EBE0B8;
}
</style>
background-color css
<style>
a { background-color: #EBE0B8; }
a { background-color: rgb(235,224,184); }
div.DivClassName
{
background-color: #EBE0B8;
}
.BgClassName
{
background-color: #EBE0B8;
}
</style>
border-color css
<style>
span { border-color: #EBE0B8; }
span { border-color: rgb(235,224,184); }
td.TdClassName
{
border-color: #EBE0B8;
}
.TagClassName
{
border-color: #EBE0B8;
}
</style>