#EAAA60

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

Shades of Sandy Brown #EAAA60

Tints of Sandy Brown #EAAA60

Color information

#EAAA60 (or 0xEAAA60) is unknown color: approx Sandy Brown. HEX triplet: EA, AA and 60. RGB value is (234,170,96). Sum of RGB (Red+Green+Blue) = 234+170+96=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA60 is #15559F. Grayscale: #B5B5B5. Windows color (decimal): -1398176 or 6335210. OLE color: 6335210.

HSL color Cylindrical-coordinate representation of color #EAAA60: hue angle of 32.17º 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 #EAAA60 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23417096-
CMYK00.270.590.08
HSL32.17º76.67%64.71%-
HSV(B)32.17º58.97%91.76%-
XYZ50.4247.0917.5-
YUV180.780.2166.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 96 (37.89% from 255) = 19.2%
R=46.8%
G=34%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341709600.270.590.0832.1776.6764.71
HexEAAA6001B3B8204d41
Octal352252140033731040115101
Binary11101010101010101100000011011111011100010000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA60; }

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

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

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

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

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

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

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

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