Shades of Pearl Lusta #EFE0C5
Tints of Pearl Lusta #EFE0C5
RGB
CMYK
RGB Variations
Color information
#EFE0C5 (or 0xEFE0C5) is known color: Pearl Lusta. HEX triplet: EF, E0 and C5. RGB value is (239,224,197). Sum of RGB (Red+Green+Blue) = 239+224+197=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0C5 is #101F3A. Grayscale: #E1E1E1. Windows color (decimal): -1056571 or 12968175. OLE color: 12968175.
HSL color Cylindrical-coordinate representation of color #EFE0C5: hue angle of 38.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFE0C5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 197 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.06 |
| HSL | 38.57º | 0.57% | 0.85% | - |
| HSV(B) | 38.57º | 0.18% | 0.94% | - |
| XYZ | 72.33 | 75.69 | 63.62 | - |
| YUV | 225.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 197 | 0 | 0.06 | 0.18 | 0.06 | 38.57 | 0.57 | 0.85 |
| Hex | EF | E0 | C5 | 0 | 6 | 12 | 6 | 27 | 39 | 55 |
| Octal | 357 | 340 | 305 | 0 | 6 | 22 | 6 | 47 | 71 | 125 |
| Binary | 11101111 | 11100000 | 11000101 | 0 | 110 | 10010 | 110 | 100111 | 111001 | 1010101 |
Color Harmonies of #EFE0C5
Complementary color
Monochromatic Colors of #EFE0C5
Black with #EFE0C5
Text Example
Text Example
White with #EFE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0C5; }
p { color: rgb(239,224,197); }
H1.HeaderClassName
{
color: #EFE0C5;
}
.AnyTagClassName
{
color: #EFE0C5;
}
</style>
background-color css
<style>
a { background-color: #EFE0C5; }
a { background-color: rgb(239,224,197); }
div.DivClassName
{
background-color: #EFE0C5;
}
.BgClassName
{
background-color: #EFE0C5;
}
</style>
border-color css
<style>
span { border-color: #EFE0C5; }
span { border-color: rgb(239,224,197); }
td.TdClassName
{
border-color: #EFE0C5;
}
.TagClassName
{
border-color: #EFE0C5;
}
</style>