#EAE9C2

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

Shades of Spring Sun #EAE9C2

Tints of Spring Sun #EAE9C2

Color information

#EAE9C2 (or 0xEAE9C2) is unknown color: approx Spring Sun. HEX triplet: EA, E9 and C2. RGB value is (234,233,194). Sum of RGB (Red+Green+Blue) = 234+233+194=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9C2 is #15163D. Grayscale: #E5E5E5. Windows color (decimal): -1381950 or 12773866. OLE color: 12773866.

HSL color Cylindrical-coordinate representation of color #EAE9C2: hue angle of 58.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAE9C2 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234233194-
CMYK00.000.170.08
HSL58.5º48.78%83.92%-
HSV(B)58.5º17.09%91.76%-
XYZ72.8179.6762.58-
YUV228.85108.33131.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 194 (76.17% from 255) = 29.35%
R=35.40%
G=35.25%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423319400.000.170.0858.548.7883.92
HexEAE9C2001183a3154
Octal3523513020021107261124
Binary111010101110100111000010001000110001110101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9C2; }

 p { color: rgb(234,233,194); }

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

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

 a { background-color: rgb(234,233,194); }

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

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

 span { border-color: rgb(234,233,194); }

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