#EFEED2

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

Shades of Moon Glow #EFEED2

Tints of Moon Glow #EFEED2

Color information

#EFEED2 (or 0xEFEED2) is unknown color: approx Moon Glow. HEX triplet: EF, EE and D2. RGB value is (239,238,210). Sum of RGB (Red+Green+Blue) = 239+238+210=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED2 is #10112D. Grayscale: #EBEBEB. Windows color (decimal): -1052974 or 13823727. OLE color: 13823727.

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

Color convert

RGB239238210-
CMYK00.000.120.06
HSL57.93º47.54%88.04%-
HSV(B)57.93º12.13%93.73%-
XYZ77.884.1573.12-
YUV235.11113.83130.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 210 (82.42% from 255) = 30.57%
R=34.79%
G=34.64%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923821000.000.120.0657.9347.5488.04
HexEFEED200C63a3058
Octal357356322001467260130
Binary1110111111101110110100100011001101110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED2; }

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

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

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

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

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

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

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

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