#EAA460

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

Shades of Sandy Brown #EAA460

Tints of Sandy Brown #EAA460

Color information

#EAA460 (or 0xEAA460) is unknown color: approx Sandy Brown. HEX triplet: EA, A4 and 60. RGB value is (234,164,96). Sum of RGB (Red+Green+Blue) = 234+164+96=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA460 is #155B9F. Grayscale: #B1B1B1. Windows color (decimal): -1399712 or 6333674. OLE color: 6333674.

HSL color Cylindrical-coordinate representation of color #EAA460: hue angle of 29.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAA460 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23416496-
CMYK00.300.590.08
HSL29.57º76.67%64.71%-
HSV(B)29.57º58.97%91.76%-
XYZ49.3244.8917.13-
YUV177.1882.19168.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 96 (37.89% from 255) = 19.43%
R=47.37%
G=33.20%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341649600.300.590.0829.5776.6764.71
HexEAA46001E3B81e4d41
Octal352244140036731036115101
Binary1110101010100100110000001111011101110001111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA460; }

 p { color: rgb(234,164,96); }

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

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

 a { background-color: rgb(234,164,96); }

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

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

 span { border-color: rgb(234,164,96); }

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