Shades of Half Pearl Lusta #EFE9D2
Tints of Half Pearl Lusta #EFE9D2
RGB
CMYK
RGB Variations
Color information
#EFE9D2 (or 0xEFE9D2) is known color: Half Pearl Lusta. HEX triplet: EF, E9 and D2. RGB value is (239,233,210). Sum of RGB (Red+Green+Blue) = 239+233+210=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9D2 is #10162D. Grayscale: #E8E8E8. Windows color (decimal): -1054254 or 13822447. OLE color: 13822447.
HSL color Cylindrical-coordinate representation of color #EFE9D2: hue angle of 47.59º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFE9D2 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 210 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.06 |
| HSL | 47.59º | 0.48% | 0.88% | - |
| HSV(B) | 47.59º | 0.12% | 0.94% | - |
| XYZ | 76.37 | 81.28 | 72.64 | - |
| YUV | 232.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 210 | 0 | 0.03 | 0.12 | 0.06 | 47.59 | 0.48 | 0.88 |
| Hex | EF | E9 | D2 | 0 | 3 | C | 6 | 30 | 30 | 58 |
| Octal | 357 | 351 | 322 | 0 | 3 | 14 | 6 | 60 | 60 | 130 |
| Binary | 11101111 | 11101001 | 11010010 | 0 | 11 | 1100 | 110 | 110000 | 110000 | 1011000 |
Color Harmonies of #EFE9D2
Complementary color
Monochromatic Colors of #EFE9D2
Black with #EFE9D2
Text Example
Text Example
White with #EFE9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9D2; }
p { color: rgb(239,233,210); }
H1.HeaderClassName
{
color: #EFE9D2;
}
.AnyTagClassName
{
color: #EFE9D2;
}
</style>
background-color css
<style>
a { background-color: #EFE9D2; }
a { background-color: rgb(239,233,210); }
div.DivClassName
{
background-color: #EFE9D2;
}
.BgClassName
{
background-color: #EFE9D2;
}
</style>
border-color css
<style>
span { border-color: #EFE9D2; }
span { border-color: rgb(239,233,210); }
td.TdClassName
{
border-color: #EFE9D2;
}
.TagClassName
{
border-color: #EFE9D2;
}
</style>