#EAEDC9

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

Shades of Spring Sun #EAEDC9

Tints of Spring Sun #EAEDC9

Color information

#EAEDC9 (or 0xEAEDC9) is unknown color: approx Spring Sun. HEX triplet: EA, ED and C9. RGB value is (234,237,201). Sum of RGB (Red+Green+Blue) = 234+237+201=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDC9 is #151236. Grayscale: #E8E8E8. Windows color (decimal): -1380919 or 13233642. OLE color: 13233642.

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

Color convert

RGB234237201-
CMYK0.0100.150.07
HSL65º50%85.88%-
HSV(B)65º15.19%92.94%-
XYZ74.7682.2867.2-
YUV232110.51129.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 201 (78.91% from 255) = 29.91%
R=34.82%
G=35.27%
B=29.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342372010.0100.150.07655085.88
HexEAEDC910F7413256
Octal3523553111017710162126
Binary11101010111011011100100110111111110000011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDC9; }

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

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

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

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

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

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

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

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