#EDEDC6

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

Shades of Spring Sun #EDEDC6

Tints of Spring Sun #EDEDC6

Color information

#EDEDC6 (or 0xEDEDC6) is unknown color: approx Spring Sun. HEX triplet: ED, ED and C6. RGB value is (237,237,198). Sum of RGB (Red+Green+Blue) = 237+237+198=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDC6 is #121239. Grayscale: #E8E8E8. Windows color (decimal): -1184314 or 13037037. OLE color: 13037037.

HSL color Cylindrical-coordinate representation of color #EDEDC6: hue angle of 60º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDEDC6 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237237198-
CMYK000.160.07
HSL60º52%85.29%-
HSV(B)60º16.46%92.94%-
XYZ75.482.6565.41-
YUV232.55108.5131.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 198 (77.73% from 255) = 29.46%
R=35.27%
G=35.27%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237198000.160.07605285.29
HexEDEDC6001073c3455
Octal355355306002077464125
Binary11101101111011011100011000100001111111001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDC6; }

 p { color: rgb(237,237,198); }

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

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

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

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

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

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

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