#EFEFCF

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

Shades of Moon Glow #EFEFCF

Tints of Moon Glow #EFEFCF

Color information

#EFEFCF (or 0xEFEFCF) is unknown color: approx Moon Glow. HEX triplet: EF, EF and CF. RGB value is (239,239,207). Sum of RGB (Red+Green+Blue) = 239+239+207=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFCF is #101030. Grayscale: #EBEBEB. Windows color (decimal): -1052721 or 13627375. OLE color: 13627375.

HSL color Cylindrical-coordinate representation of color #EFEFCF: hue angle of 60º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFEFCF is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239239207-
CMYK000.130.06
HSL60º50%87.45%-
HSV(B)60º13.39%93.73%-
XYZ77.7384.5971.26-
YUV235.35112130.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 207 (81.25% from 255) = 30.22%
R=34.89%
G=34.89%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239207000.130.06605087.45
HexEFEFCF00D63c3257
Octal357357317001567462127
Binary1110111111101111110011110011011101111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFCF; }

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

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

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

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

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

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

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

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