#EFEED1

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

Shades of Moon Glow #EFEED1

Tints of Moon Glow #EFEED1

Color information

#EFEED1 (or 0xEFEED1) is unknown color: approx Moon Glow. HEX triplet: EF, EE and D1. RGB value is (239,238,209). Sum of RGB (Red+Green+Blue) = 239+238+209=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED1 is #10112E. Grayscale: #EBEBEB. Windows color (decimal): -1052975 or 13758191. OLE color: 13758191.

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

Color convert

RGB239238209-
CMYK00.000.130.06
HSL58º48.39%87.84%-
HSV(B)58º12.55%93.73%-
XYZ77.6884.172.46-
YUV234.99113.33130.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 209 (82.03% from 255) = 30.47%
R=34.84%
G=34.69%
B=30.47%

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
Decimal23923820900.000.130.065848.3987.84
HexEFEED100D63a3058
Octal357356321001567260130
Binary1110111111101110110100010011011101110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED1; }

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

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

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

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

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

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

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

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