Html Css Color HEX #EDEDCD Spring Sun

📋 copy color: '#EDEDCD'

red 237 ◦ green 237 ◦ blue 205

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

Shades of Spring Sun #EDEDCD

Tints of Spring Sun #EDEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.9%

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

R = 34.9%
G = 34.9%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDEDCD (or 0xEDEDCD) is known color: Spring Sun. HEX triplet: ED, ED and CD. RGB value is (237,237,205). Sum of RGB (Red+Green+Blue) = 237+237+205=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDCD is #121232. Grayscale: #E9E9E9. Windows color (decimal): -1184307 or 13495789. OLE color: 13495789.

HSL color Cylindrical-coordinate representation of color #EDEDCD: hue angle of 60º degrees, saturation: 0.47, 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 #EDEDCD is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 205 -
CMYK 0 0 0.14 0.07
HSL 60º 0.47% 0.87% -
HSV(B) 60º 0.14% 0.93% -
XYZ 76.23 82.98 69.76 -
YUV 233.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 237 237 205 0 0 0.14 0.07 60 0.47 0.87
Hex ED ED CD 0 0 E 7 3C 2F 57
Octal 355 355 315 0 0 16 7 74 57 127
Binary 11101101 11101101 11001101 0 0 1110 111 111100 101111 1010111

Color Harmonies of #EDEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDCD

Black with #EDEDCD

Text Example


Text Example

White with #EDEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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