Html Css Color HEX #EDEFC5 Spring Sun

📋 copy color: '#EDEFC5'

red 237 ◦ green 239 ◦ blue 197

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

Shades of Spring Sun #EDEFC5

Tints of Spring Sun #EDEFC5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.51%

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

R = 35.22%
G = 35.51%
B = 29.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EDEFC5 (or 0xEDEFC5) is known color: Spring Sun. HEX triplet: ED, EF and C5. RGB value is (237,239,197). Sum of RGB (Red+Green+Blue) = 237+239+197=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC5 is #12103A. Grayscale: #E9E9E9. Windows color (decimal): -1183803 or 12972013. OLE color: 12972013.

HSL color Cylindrical-coordinate representation of color #EDEFC5: hue angle of 62.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDEFC5 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 197 -
CMYK 0.01 0 0.18 0.06
HSL 62.86º 0.57% 0.85% -
HSV(B) 62.86º 0.18% 0.94% -
XYZ 75.87 83.77 64.99 -
YUV 233.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 237 239 197 0.01 0 0.18 0.06 62.86 0.57 0.85
Hex ED EF C5 1 0 12 6 3F 39 55
Octal 355 357 305 1 0 22 6 77 71 125
Binary 11101101 11101111 11000101 1 0 10010 110 111111 111001 1010101

Color Harmonies of #EDEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFC5

Black with #EDEFC5

Text Example


Text Example

White with #EDEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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