#EDEFC8

Color #EDEFC8 Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #EDEFC8

Tints of Spring Sun #EDEFC8

Color information

#EDEFC8 (or 0xEDEFC8) is unknown color: approx Spring Sun. HEX triplet: ED, EF and C8. RGB value is (237,239,200). Sum of RGB (Red+Green+Blue) = 237+239+200=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC8 is #121037. Grayscale: #EAEAEA. Windows color (decimal): -1183800 or 13168621. OLE color: 13168621.

HSL color Cylindrical-coordinate representation of color #EDEFC8: hue angle of 63.08º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDEFC8 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB237239200-
CMYK0.0100.160.06
HSL63.08º54.93%86.08%-
HSV(B)63.08º16.32%93.73%-
XYZ76.2283.9166.82-
YUV233.96108.84130.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 200 (78.52% from 255) = 29.59%
R=35.06%
G=35.36%
B=29.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392000.0100.160.0663.0854.9386.08
HexEDEFC8101063f3756
Octal355357310102067767126
Binary11101101111011111100100010100001101111111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFC8; }

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

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

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

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

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

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

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

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