#EDEFC9

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

Shades of Spring Sun #EDEFC9

Tints of Spring Sun #EDEFC9

Color information

#EDEFC9 (or 0xEDEFC9) is unknown color: approx Spring Sun. HEX triplet: ED, EF and C9. RGB value is (237,239,201). Sum of RGB (Red+Green+Blue) = 237+239+201=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 201 (78.91% from 255 or 29.69% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC9 is #121036. Grayscale: #EAEAEA. Windows color (decimal): -1183799 or 13234157. OLE color: 13234157.

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

Color convert

RGB237239201-
CMYK0.0100.160.06
HSL63.16º54.29%86.27%-
HSV(B)63.16º15.9%93.73%-
XYZ76.3383.9567.44-
YUV234.07109.34130.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 201 (78.91% from 255) = 29.69%
R=35.01%
G=35.30%
B=29.69%

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
Decimal2372392010.0100.160.0663.1654.2986.27
HexEDEFC9101063f3656
Octal355357311102067766126
Binary11101101111011111100100110100001101111111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFC9; }

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

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

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

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

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

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

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

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