#eaa05e

Color #EAA05E Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #EAA05E

Tints of Sandy Brown #EAA05E

Color information

#EAA05E (or 0xEAA05E) is unknown color: approx Sandy Brown. HEX triplet: EA, A0 and 5E. RGB value is (234,160,94). Sum of RGB (Red+Green+Blue) = 234+160+94=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA05E is #155FA1. Grayscale: #AEAEAE. Windows color (decimal): -1400738 or 6201578. OLE color: 6201578.

HSL color Cylindrical-coordinate representation of color #EAA05E: hue angle of 28.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAA05E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23416094-
CMYK00.320.600.08
HSL28.29º76.92%64.31%-
HSV(B)28.29º59.83%91.76%-
XYZ48.5243.4416.42-
YUV174.682.52170.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 94 (37.11% from 255) = 19.26%
R=47.95%
G=32.79%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341609400.320.600.0828.2976.9264.31
HexEAA05E0203C81c4d40
Octal352240136040741034115100
Binary11101010101000001011110010000011110010001110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa05e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa05e; }

 p { color: rgb(234,160,94); }

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

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

 a { background-color: rgb(234,160,94); }

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

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

 span { border-color: rgb(234,160,94); }

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