#EFEFD1

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

Shades of Moon Glow #EFEFD1

Tints of Moon Glow #EFEFD1

Color information

#EFEFD1 (or 0xEFEFD1) is unknown color: approx Moon Glow. HEX triplet: EF, EF and D1. RGB value is (239,239,209). Sum of RGB (Red+Green+Blue) = 239+239+209=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFD1 is #10102E. Grayscale: #EBEBEB. Windows color (decimal): -1052719 or 13758447. OLE color: 13758447.

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

Color convert

RGB239239209-
CMYK000.130.06
HSL60º48.39%87.84%-
HSV(B)60º12.55%93.73%-
XYZ77.9784.6972.56-
YUV235.58113130.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 209 (82.03% from 255) = 30.42%
R=34.79%
G=34.79%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239209000.130.066048.3987.84
HexEFEFD100D63c3058
Octal357357321001567460130
Binary1110111111101111110100010011011101111001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFD1; }

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

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

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

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

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

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

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

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