Shades of Moon Glow #EFEDCC
Tints of Moon Glow #EFEDCC
RGB
CMYK
RGB Variations
Color information
#EFEDCC (or 0xEFEDCC) is known color: Moon Glow. HEX triplet: EF, ED and CC. RGB value is (239,237,204). Sum of RGB (Red+Green+Blue) = 239+237+204=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDCC is #101233. Grayscale: #E9E9E9. Windows color (decimal): -1053236 or 13430255. OLE color: 13430255.
HSL color Cylindrical-coordinate representation of color #EFEDCC: hue angle of 56.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFEDCC is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 204 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.06 |
| HSL | 56.57º | 0.52% | 0.87% | - |
| HSV(B) | 56.57º | 0.15% | 0.94% | - |
| XYZ | 76.78 | 83.28 | 69.15 | - |
| YUV | 233.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 204 | 0 | 0.01 | 0.15 | 0.06 | 56.57 | 0.52 | 0.87 |
| Hex | EF | ED | CC | 0 | 1 | F | 6 | 39 | 34 | 57 |
| Octal | 357 | 355 | 314 | 0 | 1 | 17 | 6 | 71 | 64 | 127 |
| Binary | 11101111 | 11101101 | 11001100 | 0 | 1 | 1111 | 110 | 111001 | 110100 | 1010111 |
Color Harmonies of #EFEDCC
Complementary color
Monochromatic Colors of #EFEDCC
Black with #EFEDCC
Text Example
Text Example
White with #EFEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDCC; }
p { color: rgb(239,237,204); }
H1.HeaderClassName
{
color: #EFEDCC;
}
.AnyTagClassName
{
color: #EFEDCC;
}
</style>
background-color css
<style>
a { background-color: #EFEDCC; }
a { background-color: rgb(239,237,204); }
div.DivClassName
{
background-color: #EFEDCC;
}
.BgClassName
{
background-color: #EFEDCC;
}
</style>
border-color css
<style>
span { border-color: #EFEDCC; }
span { border-color: rgb(239,237,204); }
td.TdClassName
{
border-color: #EFEDCC;
}
.TagClassName
{
border-color: #EFEDCC;
}
</style>