Shades of Pearl Lusta #EBE2CA
Tints of Pearl Lusta #EBE2CA
RGB
CMYK
RGB Variations
Color information
#EBE2CA (or 0xEBE2CA) is known color: Pearl Lusta. HEX triplet: EB, E2 and CA. RGB value is (235,226,202). Sum of RGB (Red+Green+Blue) = 235+226+202=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2CA is #141D35. Grayscale: #E2E2E2. Windows color (decimal): -1318198 or 13296363. OLE color: 13296363.
HSL color Cylindrical-coordinate representation of color #EBE2CA: hue angle of 43.64º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBE2CA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 202 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.08 |
| HSL | 43.64º | 0.45% | 0.86% | - |
| HSV(B) | 43.64º | 0.14% | 0.92% | - |
| XYZ | 72.12 | 76.32 | 66.81 | - |
| YUV | 225.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 202 | 0 | 0.04 | 0.14 | 0.08 | 43.64 | 0.45 | 0.86 |
| Hex | EB | E2 | CA | 0 | 4 | E | 8 | 2C | 2D | 56 |
| Octal | 353 | 342 | 312 | 0 | 4 | 16 | 10 | 54 | 55 | 126 |
| Binary | 11101011 | 11100010 | 11001010 | 0 | 100 | 1110 | 1000 | 101100 | 101101 | 1010110 |
Color Harmonies of #EBE2CA
Complementary color
Monochromatic Colors of #EBE2CA
Black with #EBE2CA
Text Example
Text Example
White with #EBE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE2CA; }
p { color: rgb(235,226,202); }
H1.HeaderClassName
{
color: #EBE2CA;
}
.AnyTagClassName
{
color: #EBE2CA;
}
</style>
background-color css
<style>
a { background-color: #EBE2CA; }
a { background-color: rgb(235,226,202); }
div.DivClassName
{
background-color: #EBE2CA;
}
.BgClassName
{
background-color: #EBE2CA;
}
</style>
border-color css
<style>
span { border-color: #EBE2CA; }
span { border-color: rgb(235,226,202); }
td.TdClassName
{
border-color: #EBE2CA;
}
.TagClassName
{
border-color: #EBE2CA;
}
</style>