#EDF1C9

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

Shades of Spring Sun #EDF1C9

Tints of Spring Sun #EDF1C9

Color information

#EDF1C9 (or 0xEDF1C9) is unknown color: approx Spring Sun. HEX triplet: ED, F1 and C9. RGB value is (237,241,201). Sum of RGB (Red+Green+Blue) = 237+241+201=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 201 (78.91% from 255 or 29.60% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1C9 is #120E36. Grayscale: #EBEBEB. Windows color (decimal): -1183287 or 13234669. OLE color: 13234669.

HSL color Cylindrical-coordinate representation of color #EDF1C9: hue angle of 66º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF1C9 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB237241201-
CMYK0.0200.170.05
HSL66º58.82%86.67%-
HSV(B)66º16.6%94.51%-
XYZ76.9285.1367.64-
YUV235.24108.67129.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 201 (78.91% from 255) = 29.60%
R=34.90%
G=35.49%
B=29.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412010.0200.170.056658.8286.67
HexEDF1C920115423b57
Octal3553613112021510273127
Binary1110110111110001110010011001000110110000101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1C9; }

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

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

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

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

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

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

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

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