#EDF1C4

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

Shades of Spring Sun #EDF1C4

Tints of Spring Sun #EDF1C4

Color information

#EDF1C4 (or 0xEDF1C4) is unknown color: approx Spring Sun. HEX triplet: ED, F1 and C4. RGB value is (237,241,196). Sum of RGB (Red+Green+Blue) = 237+241+196=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 196 (76.95% from 255 or 29.08% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1C4 is #120E3B. Grayscale: #EAEAEA. Windows color (decimal): -1183292 or 12906989. OLE color: 12906989.

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

Color convert

RGB237241196-
CMYK0.0200.190.05
HSL65.33º61.64%85.69%-
HSV(B)65.33º18.67%94.51%-
XYZ76.3484.964.59-
YUV234.67106.17129.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 241 (94.53% from 255) = 35.76%
BLUE value IS 196 (76.95% from 255) = 29.08%
R=35.16%
G=35.76%
B=29.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411960.0200.190.0565.3361.6485.69
HexEDF1C420135413e56
Octal3553613042023510176126
Binary1110110111110001110001001001001110110000011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1C4; }

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

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

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

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

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

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

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

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