Html Css Color HEX #EDF2C7 Spring Sun

📋 copy color: '#EDF2C7'

red 237 ◦ green 242 ◦ blue 199

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

Shades of Spring Sun #EDF2C7

Tints of Spring Sun #EDF2C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.35%

R = 34.96%
G = 35.69%
B = 29.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#EDF2C7 (or 0xEDF2C7) is known color: Spring Sun. HEX triplet: ED, F2 and C7. RGB value is (237,242,199). Sum of RGB (Red+Green+Blue) = 237+242+199=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 199 (78.12% from 255 or 29.35% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2C7 is #120D38. Grayscale: #EBEBEB. Windows color (decimal): -1183033 or 13103853. OLE color: 13103853.

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

Color convert

RGB 237 242 199 -
CMYK 0.02 0 0.18 0.05
HSL 66.98º 0.62% 0.86% -
HSV(B) 66.98º 0.18% 0.95% -
XYZ 76.99 85.63 66.5 -
YUV 235.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 237 242 199 0.02 0 0.18 0.05 66.98 0.62 0.86
Hex ED F2 C7 2 0 12 5 43 3E 56
Octal 355 362 307 2 0 22 5 103 76 126
Binary 11101101 11110010 11000111 10 0 10010 101 1000011 111110 1010110

Color Harmonies of #EDF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2C7

Black with #EDF2C7

Text Example


Text Example

White with #EDF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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