Shades of Pearl Lusta #EBE2C4
Tints of Pearl Lusta #EBE2C4
RGB
CMYK
RGB Variations
Color information
#EBE2C4 (or 0xEBE2C4) is known color: Pearl Lusta. HEX triplet: EB, E2 and C4. RGB value is (235,226,196). Sum of RGB (Red+Green+Blue) = 235+226+196=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 196 (76.95% from 255 or 29.83% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C4 is #141D3B. Grayscale: #E1E1E1. Windows color (decimal): -1318204 or 12903147. OLE color: 12903147.
HSL color Cylindrical-coordinate representation of color #EBE2C4: hue angle of 46.15º 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 #EBE2C4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 196 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.08 |
| HSL | 46.15º | 0.49% | 0.85% | - |
| HSV(B) | 46.15º | 0.17% | 0.92% | - |
| XYZ | 71.42 | 76.04 | 63.14 | - |
| YUV | 225.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 196 | 0 | 0.04 | 0.17 | 0.08 | 46.15 | 0.49 | 0.85 |
| Hex | EB | E2 | C4 | 0 | 4 | 11 | 8 | 2E | 31 | 55 |
| Octal | 353 | 342 | 304 | 0 | 4 | 21 | 10 | 56 | 61 | 125 |
| Binary | 11101011 | 11100010 | 11000100 | 0 | 100 | 10001 | 1000 | 101110 | 110001 | 1010101 |
Color Harmonies of #EBE2C4
Complementary color
Monochromatic Colors of #EBE2C4
Black with #EBE2C4
Text Example
Text Example
White with #EBE2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE2C4; }
p { color: rgb(235,226,196); }
H1.HeaderClassName
{
color: #EBE2C4;
}
.AnyTagClassName
{
color: #EBE2C4;
}
</style>
background-color css
<style>
a { background-color: #EBE2C4; }
a { background-color: rgb(235,226,196); }
div.DivClassName
{
background-color: #EBE2C4;
}
.BgClassName
{
background-color: #EBE2C4;
}
</style>
border-color css
<style>
span { border-color: #EBE2C4; }
span { border-color: rgb(235,226,196); }
td.TdClassName
{
border-color: #EBE2C4;
}
.TagClassName
{
border-color: #EBE2C4;
}
</style>