Shades of Moon Glow #EFEED1
Tints of Moon Glow #EFEED1
RGB
CMYK
RGB Variations
Color information
#EFEED1 (or 0xEFEED1) is known color: Moon Glow. HEX triplet: EF, EE and D1. RGB value is (239,238,209). Sum of RGB (Red+Green+Blue) = 239+238+209=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED1 is #10112E. Grayscale: #EBEBEB. Windows color (decimal): -1052975 or 13758191. OLE color: 13758191.
HSL color Cylindrical-coordinate representation of color #EFEED1: hue angle of 58º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFEED1 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 209 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.06 |
| HSL | 58º | 0.48% | 0.88% | - |
| HSV(B) | 58º | 0.13% | 0.94% | - |
| XYZ | 77.68 | 84.1 | 72.46 | - |
| YUV | 234.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 209 | 0 | 0.00 | 0.13 | 0.06 | 58 | 0.48 | 0.88 |
| Hex | EF | EE | D1 | 0 | 0 | D | 6 | 3A | 30 | 58 |
| Octal | 357 | 356 | 321 | 0 | 0 | 15 | 6 | 72 | 60 | 130 |
| Binary | 11101111 | 11101110 | 11010001 | 0 | 0 | 1101 | 110 | 111010 | 110000 | 1011000 |
Color Harmonies of #EFEED1
Complementary color
Monochromatic Colors of #EFEED1
Black with #EFEED1
Text Example
Text Example
White with #EFEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEED1; }
p { color: rgb(239,238,209); }
H1.HeaderClassName
{
color: #EFEED1;
}
.AnyTagClassName
{
color: #EFEED1;
}
</style>
background-color css
<style>
a { background-color: #EFEED1; }
a { background-color: rgb(239,238,209); }
div.DivClassName
{
background-color: #EFEED1;
}
.BgClassName
{
background-color: #EFEED1;
}
</style>
border-color css
<style>
span { border-color: #EFEED1; }
span { border-color: rgb(239,238,209); }
td.TdClassName
{
border-color: #EFEED1;
}
.TagClassName
{
border-color: #EFEED1;
}
</style>