#EDEAC0

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

Shades of Spring Sun #EDEAC0

Tints of Spring Sun #EDEAC0

Color information

#EDEAC0 (or 0xEDEAC0) is unknown color: approx Spring Sun. HEX triplet: ED, EA and C0. RGB value is (237,234,192). Sum of RGB (Red+Green+Blue) = 237+234+192=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC0 is #12153F. Grayscale: #E6E6E6. Windows color (decimal): -1185088 or 12643053. OLE color: 12643053.

HSL color Cylindrical-coordinate representation of color #EDEAC0: hue angle of 56º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDEAC0 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237234192-
CMYK00.010.190.07
HSL56º55.56%84.12%-
HSV(B)56º18.99%92.94%-
XYZ73.8680.6661.54-
YUV230.11106.49132.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 192 (75.39% from 255) = 28.96%
R=35.75%
G=35.29%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723419200.010.190.075655.5684.12
HexEDEAC001137383854
Octal355352300012377070124
Binary11101101111010101100000001100111111110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAC0; }

 p { color: rgb(237,234,192); }

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

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

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

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

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

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

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