Html Css Color HEX #EDECCC Spring Sun

📋 copy color: '#EDECCC'

red 237 ◦ green 236 ◦ blue 204

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

Shades of Spring Sun #EDECCC

Tints of Spring Sun #EDECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.13%

R = 35.01%
G = 34.86%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDECCC (or 0xEDECCC) is known color: Spring Sun. HEX triplet: ED, EC and CC. RGB value is (237,236,204). Sum of RGB (Red+Green+Blue) = 237+236+204=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCC is #121333. Grayscale: #E8E8E8. Windows color (decimal): -1184564 or 13429997. OLE color: 13429997.

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

Color convert

RGB 237 236 204 -
CMYK 0 0.00 0.14 0.07
HSL 58.18º 0.48% 0.86% -
HSV(B) 58.18º 0.14% 0.93% -
XYZ 75.82 82.36 69.03 -
YUV 232.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 237 236 204 0 0.00 0.14 0.07 58.18 0.48 0.86
Hex ED EC CC 0 0 E 7 3A 30 56
Octal 355 354 314 0 0 16 7 72 60 126
Binary 11101101 11101100 11001100 0 0 1110 111 111010 110000 1010110

Color Harmonies of #EDECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECCC

Black with #EDECCC

Text Example


Text Example

White with #EDECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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