#EAA660

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

Shades of Sandy Brown #EAA660

Tints of Sandy Brown #EAA660

Color information

#EAA660 (or 0xEAA660) is unknown color: approx Sandy Brown. HEX triplet: EA, A6 and 60. RGB value is (234,166,96). Sum of RGB (Red+Green+Blue) = 234+166+96=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA660 is #15599F. Grayscale: #B2B2B2. Windows color (decimal): -1399200 or 6334186. OLE color: 6334186.

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

Color convert

RGB23416696-
CMYK00.290.590.08
HSL30.43º76.67%64.71%-
HSV(B)30.43º58.97%91.76%-
XYZ49.6845.6117.25-
YUV178.3581.53167.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=47.18%
G=33.47%
B=19.35%

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
Decimal2341669600.290.590.0830.4376.6764.71
HexEAA66001D3B81e4d41
Octal352246140035731036115101
Binary1110101010100110110000001110111101110001111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA660; }

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

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

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

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

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

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

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

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