#EFEDCD

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

Shades of Moon Glow #EFEDCD

Tints of Moon Glow #EFEDCD

Color information

#EFEDCD (or 0xEFEDCD) is unknown color: approx Moon Glow. HEX triplet: EF, ED and CD. RGB value is (239,237,205). Sum of RGB (Red+Green+Blue) = 239+237+205=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDCD is #101232. Grayscale: #EAEAEA. Windows color (decimal): -1053235 or 13495791. OLE color: 13495791.

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

Color convert

RGB239237205-
CMYK00.010.140.06
HSL56.47º51.52%87.06%-
HSV(B)56.47º14.23%93.73%-
XYZ76.983.3369.79-
YUV233.95111.66131.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=35.10%
G=34.80%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923720500.010.140.0656.4751.5287.06
HexEFEDCD01E6383457
Octal357355315011667064127
Binary1110111111101101110011010111101101110001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDCD; }

 p { color: rgb(239,237,205); }

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

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

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

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

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

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

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