Html Css Color HEX #EDECC1 Spring Sun

📋 copy color: '#EDECC1'

red 237 ◦ green 236 ◦ blue 193

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

Shades of Spring Sun #EDECC1

Tints of Spring Sun #EDECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.98%

R = 35.59%
G = 35.44%
B = 28.98%

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

#EDECC1 (or 0xEDECC1) is known color: Spring Sun. HEX triplet: ED, EC and C1. RGB value is (237,236,193). Sum of RGB (Red+Green+Blue) = 237+236+193=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECC1 is #12133E. Grayscale: #E7E7E7. Windows color (decimal): -1184575 or 12709101. OLE color: 12709101.

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

Color convert

RGB 237 236 193 -
CMYK 0 0.00 0.19 0.07
HSL 58.64º 0.55% 0.84% -
HSV(B) 58.64º 0.19% 0.93% -
XYZ 74.55 81.85 62.32 -
YUV 231.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 237 236 193 0 0.00 0.19 0.07 58.64 0.55 0.84
Hex ED EC C1 0 0 13 7 3B 37 54
Octal 355 354 301 0 0 23 7 73 67 124
Binary 11101101 11101100 11000001 0 0 10011 111 111011 110111 1010100

Color Harmonies of #EDECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECC1

Black with #EDECC1

Text Example


Text Example

White with #EDECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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