Html Css Color HEX #EDF2C5 Spring Sun

📋 copy color: '#EDF2C5'

red 237 ◦ green 242 ◦ blue 197

#EDF2C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Sun #EDF2C5

Tints of Spring Sun #EDF2C5

RGB

 RED value IS 237 (92.97% from 255) = 35.06%

 GREEN value IS 242 (94.92% from 255) = 35.8%

 BLUE value IS 197 (77.34% from 255) = 29.14%

R = 35.06%
G = 35.8%
B = 29.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#EDF2C5 (or 0xEDF2C5) is known color: Spring Sun. HEX triplet: ED, F2 and C5. RGB value is (237,242,197). Sum of RGB (Red+Green+Blue) = 237+242+197=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 197 (77.34% from 255 or 29.14% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2C5 is #120D3A. Grayscale: #EBEBEB. Windows color (decimal): -1183035 or 12972781. OLE color: 12972781.

HSL color Cylindrical-coordinate representation of color #EDF2C5: hue angle of 66.67º degrees, saturation: 0.63, 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 #EDF2C5 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 197 -
CMYK 0.02 0 0.19 0.05
HSL 66.67º 0.63% 0.86% -
HSV(B) 66.67º 0.19% 0.95% -
XYZ 76.76 85.54 65.29 -
YUV 235.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 237 242 197 0.02 0 0.19 0.05 66.67 0.63 0.86
Hex ED F2 C5 2 0 13 5 43 3F 56
Octal 355 362 305 2 0 23 5 103 77 126
Binary 11101101 11110010 11000101 10 0 10011 101 1000011 111111 1010110

Color Harmonies of #EDF2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2C5

Black with #EDF2C5

Text Example


Text Example

White with #EDF2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2C5; }

 p { color: rgb(237,242,197); }

 H1.HeaderClassName
 {
   color: #EDF2C5;
 }
 .AnyTagClassName
 {
   color: #EDF2C5;
 }
</style>

background-color css

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

 a { background-color: rgb(237,242,197); }

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

border-color css

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

 span { border-color: rgb(237,242,197); }

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