Html Css Color HEX #EDEECD Spring Sun

📋 copy color: '#EDEECD'

red 237 ◦ green 238 ◦ blue 205

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

Shades of Spring Sun #EDEECD

Tints of Spring Sun #EDEECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35%

 BLUE value IS 205 (80.47% from 255) = 30.15%

R = 34.85%
G = 35%
B = 30.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDEECD (or 0xEDEECD) is known color: Spring Sun. HEX triplet: ED, EE and CD. RGB value is (237,238,205). Sum of RGB (Red+Green+Blue) = 237+238+205=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEECD is #121132. Grayscale: #EAEAEA. Windows color (decimal): -1184051 or 13496045. OLE color: 13496045.

HSL color Cylindrical-coordinate representation of color #EDEECD: hue angle of 61.82º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDEECD is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 205 -
CMYK 0.00 0 0.14 0.07
HSL 61.82º 0.49% 0.87% -
HSV(B) 61.82º 0.14% 0.93% -
XYZ 76.52 83.56 69.85 -
YUV 233.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 237 238 205 0.00 0 0.14 0.07 61.82 0.49 0.87
Hex ED EE CD 0 0 E 7 3E 31 57
Octal 355 356 315 0 0 16 7 76 61 127
Binary 11101101 11101110 11001101 0 0 1110 111 111110 110001 1010111

Color Harmonies of #EDEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEECD

Black with #EDEECD

Text Example


Text Example

White with #EDEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEECD; }

 p { color: rgb(237,238,205); }

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

background-color css

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

 a { background-color: rgb(237,238,205); }

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

border-color css

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

 span { border-color: rgb(237,238,205); }

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