#EFEFCE

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

Shades of Moon Glow #EFEFCE

Tints of Moon Glow #EFEFCE

Color information

#EFEFCE (or 0xEFEFCE) is unknown color: approx Moon Glow. HEX triplet: EF, EF and CE. RGB value is (239,239,206). Sum of RGB (Red+Green+Blue) = 239+239+206=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFCE is #101031. Grayscale: #EBEBEB. Windows color (decimal): -1052722 or 13561839. OLE color: 13561839.

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

Color convert

RGB239239206-
CMYK000.140.06
HSL60º50.77%87.25%-
HSV(B)60º13.81%93.73%-
XYZ77.684.5470.62-
YUV235.24111.5130.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 206 (80.86% from 255) = 30.12%
R=34.94%
G=34.94%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239206000.140.066050.7787.25
HexEFEFCE00E63c3357
Octal357357316001667463127
Binary1110111111101111110011100011101101111001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFCE; }

 p { color: rgb(239,239,206); }

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

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

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

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

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

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

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