#EAA860

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

Shades of Sandy Brown #EAA860

Tints of Sandy Brown #EAA860

Color information

#EAA860 (or 0xEAA860) is unknown color: approx Sandy Brown. HEX triplet: EA, A8 and 60. RGB value is (234,168,96). Sum of RGB (Red+Green+Blue) = 234+168+96=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA860 is #15579F. Grayscale: #B3B3B3. Windows color (decimal): -1398688 or 6334698. OLE color: 6334698.

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

Color convert

RGB23416896-
CMYK00.280.590.08
HSL31.3º76.67%64.71%-
HSV(B)31.3º58.97%91.76%-
XYZ50.0546.3417.37-
YUV179.5380.87166.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 96 (37.89% from 255) = 19.28%
R=46.99%
G=33.73%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341689600.280.590.0831.376.6764.71
HexEAA86001C3B81f4d41
Octal352250140034731037115101
Binary1110101010101000110000001110011101110001111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA860; }

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

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

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

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

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

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

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

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