Shades of Moon Glow #EFEECE
Tints of Moon Glow #EFEECE
RGB
CMYK
RGB Variations
Color information
#EFEECE (or 0xEFEECE) is known color: Moon Glow. HEX triplet: EF, EE and CE. RGB value is (239,238,206). Sum of RGB (Red+Green+Blue) = 239+238+206=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEECE is #101131. Grayscale: #EAEAEA. Windows color (decimal): -1052978 or 13561583. OLE color: 13561583.
HSL color Cylindrical-coordinate representation of color #EFEECE: hue angle of 58.18º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFEECE is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 206 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.06 |
| HSL | 58.18º | 0.51% | 0.87% | - |
| HSV(B) | 58.18º | 0.14% | 0.94% | - |
| XYZ | 77.31 | 83.96 | 70.52 | - |
| YUV | 234.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 206 | 0 | 0.00 | 0.14 | 0.06 | 58.18 | 0.51 | 0.87 |
| Hex | EF | EE | CE | 0 | 0 | E | 6 | 3A | 33 | 57 |
| Octal | 357 | 356 | 316 | 0 | 0 | 16 | 6 | 72 | 63 | 127 |
| Binary | 11101111 | 11101110 | 11001110 | 0 | 0 | 1110 | 110 | 111010 | 110011 | 1010111 |
Color Harmonies of #EFEECE
Complementary color
Monochromatic Colors of #EFEECE
Black with #EFEECE
Text Example
Text Example
White with #EFEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEECE; }
p { color: rgb(239,238,206); }
H1.HeaderClassName
{
color: #EFEECE;
}
.AnyTagClassName
{
color: #EFEECE;
}
</style>
background-color css
<style>
a { background-color: #EFEECE; }
a { background-color: rgb(239,238,206); }
div.DivClassName
{
background-color: #EFEECE;
}
.BgClassName
{
background-color: #EFEECE;
}
</style>
border-color css
<style>
span { border-color: #EFEECE; }
span { border-color: rgb(239,238,206); }
td.TdClassName
{
border-color: #EFEECE;
}
.TagClassName
{
border-color: #EFEECE;
}
</style>