Shades of Pearl Lusta #EFE0C4
Tints of Pearl Lusta #EFE0C4
RGB
CMYK
RGB Variations
Color information
#EFE0C4 (or 0xEFE0C4) is known color: Pearl Lusta. HEX triplet: EF, E0 and C4. RGB value is (239,224,196). Sum of RGB (Red+Green+Blue) = 239+224+196=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0C4 is #101F3B. Grayscale: #E1E1E1. Windows color (decimal): -1056572 or 12902639. OLE color: 12902639.
HSL color Cylindrical-coordinate representation of color #EFE0C4: hue angle of 39.07º 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 #EFE0C4 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 196 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.06 |
| HSL | 39.07º | 0.57% | 0.85% | - |
| HSV(B) | 39.07º | 0.18% | 0.94% | - |
| XYZ | 72.22 | 75.65 | 63.02 | - |
| YUV | 225.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 196 | 0 | 0.06 | 0.18 | 0.06 | 39.07 | 0.57 | 0.85 |
| Hex | EF | E0 | C4 | 0 | 6 | 12 | 6 | 27 | 39 | 55 |
| Octal | 357 | 340 | 304 | 0 | 6 | 22 | 6 | 47 | 71 | 125 |
| Binary | 11101111 | 11100000 | 11000100 | 0 | 110 | 10010 | 110 | 100111 | 111001 | 1010101 |
Color Harmonies of #EFE0C4
Complementary color
Monochromatic Colors of #EFE0C4
Black with #EFE0C4
Text Example
Text Example
White with #EFE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0C4; }
p { color: rgb(239,224,196); }
H1.HeaderClassName
{
color: #EFE0C4;
}
.AnyTagClassName
{
color: #EFE0C4;
}
</style>
background-color css
<style>
a { background-color: #EFE0C4; }
a { background-color: rgb(239,224,196); }
div.DivClassName
{
background-color: #EFE0C4;
}
.BgClassName
{
background-color: #EFE0C4;
}
</style>
border-color css
<style>
span { border-color: #EFE0C4; }
span { border-color: rgb(239,224,196); }
td.TdClassName
{
border-color: #EFE0C4;
}
.TagClassName
{
border-color: #EFE0C4;
}
</style>