#EAA760

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

Shades of Sandy Brown #EAA760

Tints of Sandy Brown #EAA760

Color information

#EAA760 (or 0xEAA760) is unknown color: approx Sandy Brown. HEX triplet: EA, A7 and 60. RGB value is (234,167,96). Sum of RGB (Red+Green+Blue) = 234+167+96=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA760 is #15589F. Grayscale: #B3B3B3. Windows color (decimal): -1398944 or 6334442. OLE color: 6334442.

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

Color convert

RGB23416796-
CMYK00.290.590.08
HSL30.87º76.67%64.71%-
HSV(B)30.87º58.97%91.76%-
XYZ49.8645.9717.31-
YUV178.9481.2167.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=47.08%
G=33.60%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341679600.290.590.0830.8776.6764.71
HexEAA76001D3B81f4d41
Octal352247140035731037115101
Binary1110101010100111110000001110111101110001111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA760; }

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

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

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

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

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

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

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

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