#EFEECF

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

Shades of Moon Glow #EFEECF

Tints of Moon Glow #EFEECF

Color information

#EFEECF (or 0xEFEECF) is unknown color: approx Moon Glow. HEX triplet: EF, EE and CF. RGB value is (239,238,207). Sum of RGB (Red+Green+Blue) = 239+238+207=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEECF is #101130. Grayscale: #EAEAEA. Windows color (decimal): -1052977 or 13627119. OLE color: 13627119.

HSL color Cylindrical-coordinate representation of color #EFEECF: hue angle of 58.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFEECF is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239238207-
CMYK00.000.130.06
HSL58.12º50%87.45%-
HSV(B)58.12º13.39%93.73%-
XYZ77.438471.16-
YUV234.76112.33131.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 207 (81.25% from 255) = 30.26%
R=34.94%
G=34.80%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923820700.000.130.0658.125087.45
HexEFEECF00D63a3257
Octal357356317001567262127
Binary1110111111101110110011110011011101110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEECF; }

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

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

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

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

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

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

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

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