Shades of Pearl Lusta #EFE3C7
Tints of Pearl Lusta #EFE3C7
RGB
CMYK
RGB Variations
Color information
#EFE3C7 (or 0xEFE3C7) is known color: Pearl Lusta. HEX triplet: EF, E3 and C7. RGB value is (239,227,199). Sum of RGB (Red+Green+Blue) = 239+227+199=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 199 (78.12% from 255 or 29.92% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3C7 is #101C38. Grayscale: #E3E3E3. Windows color (decimal): -1055801 or 13100015. OLE color: 13100015.
HSL color Cylindrical-coordinate representation of color #EFE3C7: hue angle of 42º 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 #EFE3C7 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 199 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.06 |
| HSL | 42º | 0.56% | 0.86% | - |
| HSV(B) | 42º | 0.17% | 0.94% | - |
| XYZ | 73.37 | 77.41 | 65.11 | - |
| YUV | 227.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 199 | 0 | 0.05 | 0.17 | 0.06 | 42 | 0.56 | 0.86 |
| Hex | EF | E3 | C7 | 0 | 5 | 11 | 6 | 2A | 38 | 56 |
| Octal | 357 | 343 | 307 | 0 | 5 | 21 | 6 | 52 | 70 | 126 |
| Binary | 11101111 | 11100011 | 11000111 | 0 | 101 | 10001 | 110 | 101010 | 111000 | 1010110 |
Color Harmonies of #EFE3C7
Complementary color
Monochromatic Colors of #EFE3C7
Black with #EFE3C7
Text Example
Text Example
White with #EFE3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3C7; }
p { color: rgb(239,227,199); }
H1.HeaderClassName
{
color: #EFE3C7;
}
.AnyTagClassName
{
color: #EFE3C7;
}
</style>
background-color css
<style>
a { background-color: #EFE3C7; }
a { background-color: rgb(239,227,199); }
div.DivClassName
{
background-color: #EFE3C7;
}
.BgClassName
{
background-color: #EFE3C7;
}
</style>
border-color css
<style>
span { border-color: #EFE3C7; }
span { border-color: rgb(239,227,199); }
td.TdClassName
{
border-color: #EFE3C7;
}
.TagClassName
{
border-color: #EFE3C7;
}
</style>