#EFEECD

Color #EFEECD Moon Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Glow #EFEECD

Tints of Moon Glow #EFEECD

Color information

#EFEECD (or 0xEFEECD) is unknown color: approx Moon Glow. HEX triplet: EF, EE and CD. RGB value is (239,238,205). Sum of RGB (Red+Green+Blue) = 239+238+205=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEECD is #101132. Grayscale: #EAEAEA. Windows color (decimal): -1052979 or 13496047. OLE color: 13496047.

HSL color Cylindrical-coordinate representation of color #EFEECD: hue angle of 58.24º degrees, saturation: 0.52, 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 #EFEECD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239238205-
CMYK00.000.140.06
HSL58.24º51.52%87.06%-
HSV(B)58.24º14.23%93.73%-
XYZ77.1983.9169.89-
YUV234.54111.33131.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 205 (80.47% from 255) = 30.06%
R=35.04%
G=34.90%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923820500.000.140.0658.2451.5287.06
HexEFEECD00E63a3457
Octal357356315001667264127
Binary1110111111101110110011010011101101110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEECD; }

 p { color: rgb(239,238,205); }

 H1.HeaderClassName
 {
   color: #EFEECD;
 }
 .AnyTagClassName
 {
   color: #EFEECD;
 }
</style>
background-color css

<style>
 a { background-color: #EFEECD; }

 a { background-color: rgb(239,238,205); }

 div.DivClassName
 {
   background-color: #EFEECD;
 }
 .BgClassName
 {
   background-color: #EFEECD;
 }
</style>
border-color css

<style>
 span { border-color: #EFEECD; }

 span { border-color: rgb(239,238,205); }

 td.TdClassName
 {
   border-color: #EFEECD;
 }
 .TagClassName
 {
   border-color: #EFEECD;
 }
</style>