Shades of Moon Glow #EFEED2
Tints of Moon Glow #EFEED2
RGB
CMYK
RGB Variations
Color information
#EFEED2 (or 0xEFEED2) is known color: Moon Glow. HEX triplet: EF, EE and D2. RGB value is (239,238,210). Sum of RGB (Red+Green+Blue) = 239+238+210=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED2 is #10112D. Grayscale: #EBEBEB. Windows color (decimal): -1052974 or 13823727. OLE color: 13823727.
HSL color Cylindrical-coordinate representation of color #EFEED2: hue angle of 57.93º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFEED2 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 210 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.06 |
| HSL | 57.93º | 0.48% | 0.88% | - |
| HSV(B) | 57.93º | 0.12% | 0.94% | - |
| XYZ | 77.8 | 84.15 | 73.12 | - |
| YUV | 235.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 210 | 0 | 0.00 | 0.12 | 0.06 | 57.93 | 0.48 | 0.88 |
| Hex | EF | EE | D2 | 0 | 0 | C | 6 | 3A | 30 | 58 |
| Octal | 357 | 356 | 322 | 0 | 0 | 14 | 6 | 72 | 60 | 130 |
| Binary | 11101111 | 11101110 | 11010010 | 0 | 0 | 1100 | 110 | 111010 | 110000 | 1011000 |
Color Harmonies of #EFEED2
Complementary color
Monochromatic Colors of #EFEED2
Black with #EFEED2
Text Example
Text Example
White with #EFEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEED2; }
p { color: rgb(239,238,210); }
H1.HeaderClassName
{
color: #EFEED2;
}
.AnyTagClassName
{
color: #EFEED2;
}
</style>
background-color css
<style>
a { background-color: #EFEED2; }
a { background-color: rgb(239,238,210); }
div.DivClassName
{
background-color: #EFEED2;
}
.BgClassName
{
background-color: #EFEED2;
}
</style>
border-color css
<style>
span { border-color: #EFEED2; }
span { border-color: rgb(239,238,210); }
td.TdClassName
{
border-color: #EFEED2;
}
.TagClassName
{
border-color: #EFEED2;
}
</style>