Shades of Pearl Lusta #EFE3C6
Tints of Pearl Lusta #EFE3C6
RGB
CMYK
RGB Variations
Color information
#EFE3C6 (or 0xEFE3C6) is known color: Pearl Lusta. HEX triplet: EF, E3 and C6. RGB value is (239,227,198). Sum of RGB (Red+Green+Blue) = 239+227+198=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 198 (77.73% from 255 or 29.82% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3C6 is #101C39. Grayscale: #E3E3E3. Windows color (decimal): -1055802 or 13034479. OLE color: 13034479.
HSL color Cylindrical-coordinate representation of color #EFE3C6: hue angle of 42.44º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFE3C6 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 198 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.06 |
| HSL | 42.44º | 0.56% | 0.86% | - |
| HSV(B) | 42.44º | 0.17% | 0.94% | - |
| XYZ | 73.26 | 77.37 | 64.5 | - |
| YUV | 227.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 198 | 0 | 0.05 | 0.17 | 0.06 | 42.44 | 0.56 | 0.86 |
| Hex | EF | E3 | C6 | 0 | 5 | 11 | 6 | 2A | 38 | 56 |
| Octal | 357 | 343 | 306 | 0 | 5 | 21 | 6 | 52 | 70 | 126 |
| Binary | 11101111 | 11100011 | 11000110 | 0 | 101 | 10001 | 110 | 101010 | 111000 | 1010110 |
Color Harmonies of #EFE3C6
Complementary color
Monochromatic Colors of #EFE3C6
Black with #EFE3C6
Text Example
Text Example
White with #EFE3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3C6; }
p { color: rgb(239,227,198); }
H1.HeaderClassName
{
color: #EFE3C6;
}
.AnyTagClassName
{
color: #EFE3C6;
}
</style>
background-color css
<style>
a { background-color: #EFE3C6; }
a { background-color: rgb(239,227,198); }
div.DivClassName
{
background-color: #EFE3C6;
}
.BgClassName
{
background-color: #EFE3C6;
}
</style>
border-color css
<style>
span { border-color: #EFE3C6; }
span { border-color: rgb(239,227,198); }
td.TdClassName
{
border-color: #EFE3C6;
}
.TagClassName
{
border-color: #EFE3C6;
}
</style>