#EDECCD

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

Shades of Spring Sun #EDECCD

Tints of Spring Sun #EDECCD

Color information

#EDECCD (or 0xEDECCD) is unknown color: approx Spring Sun. HEX triplet: ED, EC and CD. RGB value is (237,236,205). Sum of RGB (Red+Green+Blue) = 237+236+205=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCD is #121332. Grayscale: #E8E8E8. Windows color (decimal): -1184563 or 13495533. OLE color: 13495533.

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

Color convert

RGB237236205-
CMYK00.000.140.07
HSL58.12º47.06%86.67%-
HSV(B)58.12º13.5%92.94%-
XYZ75.9482.469.66-
YUV232.76112.33131.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=34.96%
G=34.81%
B=30.24%

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
Decimal23723620500.000.140.0758.1247.0686.67
HexEDECCD00E73a2f57
Octal355354315001677257127
Binary1110110111101100110011010011101111110101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECCD; }

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

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

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

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

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

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

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

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