Html Css Color HEX #EBE1C1 Double Pearl Lusta
📋 copy color: '#EBE1C1'red 235 ◦ green 225 ◦ blue 193
Shades of Double Pearl Lusta #EBE1C1
Tints of Double Pearl Lusta #EBE1C1
RGB
CMYK
RGB Variations
Color information
#EBE1C1 (or 0xEBE1C1) is known color: Double Pearl Lusta. HEX triplet: EB, E1 and C1. RGB value is (235,225,193). Sum of RGB (Red+Green+Blue) = 235+225+193=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 193 (75.78% from 255 or 29.56% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1C1 is #141E3E. Grayscale: #E0E0E0. Windows color (decimal): -1318463 or 12706283. OLE color: 12706283.
HSL color Cylindrical-coordinate representation of color #EBE1C1: hue angle of 45.71º 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 #EBE1C1 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 193 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.08 |
| HSL | 45.71º | 0.51% | 0.84% | - |
| HSV(B) | 45.71º | 0.18% | 0.92% | - |
| XYZ | 70.81 | 75.36 | 61.27 | - |
| YUV | 224.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 193 | 0 | 0.04 | 0.18 | 0.08 | 45.71 | 0.51 | 0.84 |
| Hex | EB | E1 | C1 | 0 | 4 | 12 | 8 | 2E | 33 | 54 |
| Octal | 353 | 341 | 301 | 0 | 4 | 22 | 10 | 56 | 63 | 124 |
| Binary | 11101011 | 11100001 | 11000001 | 0 | 100 | 10010 | 1000 | 101110 | 110011 | 1010100 |
Color Harmonies of #EBE1C1
Complementary color
Monochromatic Colors of #EBE1C1
Black with #EBE1C1
Text Example
Text Example
White with #EBE1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1C1; }
p { color: rgb(235,225,193); }
H1.HeaderClassName
{
color: #EBE1C1;
}
.AnyTagClassName
{
color: #EBE1C1;
}
</style>
background-color css
<style>
a { background-color: #EBE1C1; }
a { background-color: rgb(235,225,193); }
div.DivClassName
{
background-color: #EBE1C1;
}
.BgClassName
{
background-color: #EBE1C1;
}
</style>
border-color css
<style>
span { border-color: #EBE1C1; }
span { border-color: rgb(235,225,193); }
td.TdClassName
{
border-color: #EBE1C1;
}
.TagClassName
{
border-color: #EBE1C1;
}
</style>