#EAEDC3

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

Shades of Spring Sun #EAEDC3

Tints of Spring Sun #EAEDC3

Color information

#EAEDC3 (or 0xEAEDC3) is unknown color: approx Spring Sun. HEX triplet: EA, ED and C3. RGB value is (234,237,195). Sum of RGB (Red+Green+Blue) = 234+237+195=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 195 (76.56% from 255 or 29.28% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDC3 is #15123C. Grayscale: #E7E7E7. Windows color (decimal): -1380925 or 12840426. OLE color: 12840426.

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

Color convert

RGB234237195-
CMYK0.0100.180.07
HSL64.29º53.85%84.71%-
HSV(B)64.29º17.72%92.94%-
XYZ74.078263.55-
YUV231.31107.51129.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 195 (76.56% from 255) = 29.28%
R=35.14%
G=35.59%
B=29.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371950.0100.180.0764.2953.8584.71
HexEAEDC310127403655
Octal3523553031022710066125
Binary111010101110110111000011101001011110000001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDC3; }

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

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

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

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

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

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

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

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