#EDECCB

Color #EDECCB Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #EDECCB

Tints of Spring Sun #EDECCB

Color information

#EDECCB (or 0xEDECCB) is unknown color: approx Spring Sun. HEX triplet: ED, EC and CB. RGB value is (237,236,203). Sum of RGB (Red+Green+Blue) = 237+236+203=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCB is #121334. Grayscale: #E8E8E8. Windows color (decimal): -1184565 or 13364461. OLE color: 13364461.

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

Color convert

RGB237236203-
CMYK00.000.140.07
HSL58.24º48.57%86.27%-
HSV(B)58.24º14.35%92.94%-
XYZ75.782.3168.4-
YUV232.54111.33131.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 203 (79.69% from 255) = 30.03%
R=35.06%
G=34.91%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723620300.000.140.0758.2448.5786.27
HexEDECCB00E73a3156
Octal355354313001677261126
Binary1110110111101100110010110011101111110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECCB; }

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

 H1.HeaderClassName
 {
   color: #EDECCB;
 }
 .AnyTagClassName
 {
   color: #EDECCB;
 }
</style>
background-color css

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

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

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

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

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

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