#EAE9BD

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

Shades of Spring Sun #EAE9BD

Tints of Spring Sun #EAE9BD

Color information

#EAE9BD (or 0xEAE9BD) is unknown color: approx Spring Sun. HEX triplet: EA, E9 and BD. RGB value is (234,233,189). Sum of RGB (Red+Green+Blue) = 234+233+189=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9BD is #151642. Grayscale: #E4E4E4. Windows color (decimal): -1381955 or 12446186. OLE color: 12446186.

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

Color convert

RGB234233189-
CMYK00.000.190.08
HSL58.67º51.72%82.94%-
HSV(B)58.67º19.23%91.76%-
XYZ72.2679.4459.67-
YUV228.28105.83132.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 233 (91.41% from 255) = 35.52%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=35.67%
G=35.52%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423318900.000.190.0858.6751.7282.94
HexEAE9BD001383b3453
Octal3523512750023107364123
Binary111010101110100110111101001001110001110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9BD; }

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

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

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

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

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

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

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

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