#EAA961

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

Shades of Sandy Brown #EAA961

Tints of Sandy Brown #EAA961

Color information

#EAA961 (or 0xEAA961) is unknown color: approx Sandy Brown. HEX triplet: EA, A9 and 61. RGB value is (234,169,97). Sum of RGB (Red+Green+Blue) = 234+169+97=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA961 is #15569E. Grayscale: #B4B4B4. Windows color (decimal): -1398431 or 6400490. OLE color: 6400490.

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

Color convert

RGB23416997-
CMYK00.280.590.08
HSL31.53º76.54%64.9%-
HSV(B)31.53º58.55%91.76%-
XYZ50.2846.7317.68-
YUV180.2381.03166.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=46.8%
G=33.8%
B=19.4%

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
Decimal2341699700.280.590.0831.5376.5464.9
HexEAA96101C3B8204d41
Octal352251141034731040115101
Binary11101010101010011100001011100111011100010000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA961; }

 p { color: rgb(234,169,97); }

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

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

 a { background-color: rgb(234,169,97); }

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

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

 span { border-color: rgb(234,169,97); }

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