Html Css Color HEX #EDECC0 Spring Sun

📋 copy color: '#EDECC0'

red 237 ◦ green 236 ◦ blue 192

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

Shades of Spring Sun #EDECC0

Tints of Spring Sun #EDECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.49%

 BLUE value IS 192 (75.39% from 255) = 28.87%

R = 35.64%
G = 35.49%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDECC0 (or 0xEDECC0) is known color: Spring Sun. HEX triplet: ED, EC and C0. RGB value is (237,236,192). Sum of RGB (Red+Green+Blue) = 237+236+192=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECC0 is #12133F. Grayscale: #E7E7E7. Windows color (decimal): -1184576 or 12643565. OLE color: 12643565.

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

Color convert

RGB 237 236 192 -
CMYK 0 0.00 0.19 0.07
HSL 58.67º 0.56% 0.84% -
HSV(B) 58.67º 0.19% 0.93% -
XYZ 74.43 81.8 61.74 -
YUV 231.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 237 236 192 0 0.00 0.19 0.07 58.67 0.56 0.84
Hex ED EC C0 0 0 13 7 3B 38 54
Octal 355 354 300 0 0 23 7 73 70 124
Binary 11101101 11101100 11000000 0 0 10011 111 111011 111000 1010100

Color Harmonies of #EDECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECC0

Black with #EDECC0

Text Example


Text Example

White with #EDECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECC0; }

 p { color: rgb(237,236,192); }

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

background-color css

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

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

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

border-color css

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

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

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