Html Css Color HEX #EDECCE Spring Sun

📋 copy color: '#EDECCE'

red 237 ◦ green 236 ◦ blue 206

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

Shades of Spring Sun #EDECCE

Tints of Spring Sun #EDECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.34%

R = 34.9%
G = 34.76%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDECCE (or 0xEDECCE) is known color: Spring Sun. HEX triplet: ED, EC and CE. RGB value is (237,236,206). Sum of RGB (Red+Green+Blue) = 237+236+206=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCE is #121331. Grayscale: #E8E8E8. Windows color (decimal): -1184562 or 13561069. OLE color: 13561069.

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

Color convert

RGB 237 236 206 -
CMYK 0 0.00 0.13 0.07
HSL 58.06º 0.46% 0.87% -
HSV(B) 58.06º 0.13% 0.93% -
XYZ 76.06 82.45 70.3 -
YUV 232.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 237 236 206 0 0.00 0.13 0.07 58.06 0.46 0.87
Hex ED EC CE 0 0 D 7 3A 2E 57
Octal 355 354 316 0 0 15 7 72 56 127
Binary 11101101 11101100 11001110 0 0 1101 111 111010 101110 1010111

Color Harmonies of #EDECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECCE

Black with #EDECCE

Text Example


Text Example

White with #EDECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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