#EAEDC4

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

Shades of Spring Sun #EAEDC4

Tints of Spring Sun #EAEDC4

Color information

#EAEDC4 (or 0xEAEDC4) is unknown color: approx Spring Sun. HEX triplet: EA, ED and C4. RGB value is (234,237,196). Sum of RGB (Red+Green+Blue) = 234+237+196=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDC4 is #15123B. Grayscale: #E7E7E7. Windows color (decimal): -1380924 or 12905962. OLE color: 12905962.

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

Color convert

RGB234237196-
CMYK0.0100.170.07
HSL64.39º53.25%84.9%-
HSV(B)64.39º17.3%92.94%-
XYZ74.1882.0564.15-
YUV231.43108.01129.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 196 (76.95% from 255) = 29.39%
R=35.08%
G=35.53%
B=29.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371960.0100.170.0764.3953.2584.9
HexEAEDC410117403555
Octal3523553041021710065125
Binary111010101110110111000100101000111110000001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDC4; }

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

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

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

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

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

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

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

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