#EFEED0

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

Shades of Moon Glow #EFEED0

Tints of Moon Glow #EFEED0

Color information

#EFEED0 (or 0xEFEED0) is unknown color: approx Moon Glow. HEX triplet: EF, EE and D0. RGB value is (239,238,208). Sum of RGB (Red+Green+Blue) = 239+238+208=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED0 is #10112F. Grayscale: #EBEBEB. Windows color (decimal): -1052976 or 13692655. OLE color: 13692655.

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

Color convert

RGB239238208-
CMYK00.000.130.06
HSL58.06º49.21%87.65%-
HSV(B)58.06º12.97%93.73%-
XYZ77.5684.0571.81-
YUV234.88112.83130.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 208 (81.64% from 255) = 30.36%
R=34.89%
G=34.74%
B=30.36%

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
Decimal23923820800.000.130.0658.0649.2187.65
HexEFEED000D63a3158
Octal357356320001567261130
Binary1110111111101110110100000011011101110101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED0; }

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

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

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

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

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

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

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

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