Shades of Pearl Lusta #EBE1C4
Tints of Pearl Lusta #EBE1C4
RGB
CMYK
RGB Variations
Color information
#EBE1C4 (or 0xEBE1C4) is known color: Pearl Lusta. HEX triplet: EB, E1 and C4. RGB value is (235,225,196). Sum of RGB (Red+Green+Blue) = 235+225+196=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1C4 is #141E3B. Grayscale: #E0E0E0. Windows color (decimal): -1318460 or 12902891. OLE color: 12902891.
HSL color Cylindrical-coordinate representation of color #EBE1C4: hue angle of 44.62º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBE1C4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 196 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.08 |
| HSL | 44.62º | 0.49% | 0.85% | - |
| HSV(B) | 44.62º | 0.17% | 0.92% | - |
| XYZ | 71.15 | 75.5 | 63.05 | - |
| YUV | 224.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 196 | 0 | 0.04 | 0.17 | 0.08 | 44.62 | 0.49 | 0.85 |
| Hex | EB | E1 | C4 | 0 | 4 | 11 | 8 | 2D | 31 | 55 |
| Octal | 353 | 341 | 304 | 0 | 4 | 21 | 10 | 55 | 61 | 125 |
| Binary | 11101011 | 11100001 | 11000100 | 0 | 100 | 10001 | 1000 | 101101 | 110001 | 1010101 |
Color Harmonies of #EBE1C4
Complementary color
Monochromatic Colors of #EBE1C4
Black with #EBE1C4
Text Example
Text Example
White with #EBE1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1C4; }
p { color: rgb(235,225,196); }
H1.HeaderClassName
{
color: #EBE1C4;
}
.AnyTagClassName
{
color: #EBE1C4;
}
</style>
background-color css
<style>
a { background-color: #EBE1C4; }
a { background-color: rgb(235,225,196); }
div.DivClassName
{
background-color: #EBE1C4;
}
.BgClassName
{
background-color: #EBE1C4;
}
</style>
border-color css
<style>
span { border-color: #EBE1C4; }
span { border-color: rgb(235,225,196); }
td.TdClassName
{
border-color: #EBE1C4;
}
.TagClassName
{
border-color: #EBE1C4;
}
</style>