#EAA261

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

Shades of Sandy Brown #EAA261

Tints of Sandy Brown #EAA261

Color information

#EAA261 (or 0xEAA261) is unknown color: approx Sandy Brown. HEX triplet: EA, A2 and 61. RGB value is (234,162,97). Sum of RGB (Red+Green+Blue) = 234+162+97=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA261 is #155D9E. Grayscale: #B0B0B0. Windows color (decimal): -1400223 or 6398698. OLE color: 6398698.

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

Color convert

RGB23416297-
CMYK00.310.590.08
HSL28.47º76.54%64.9%-
HSV(B)28.47º58.55%91.76%-
XYZ49.0144.217.26-
YUV176.1283.35169.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=47.46%
G=32.86%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341629700.310.590.0828.4776.5464.9
HexEAA26101F3B81c4d41
Octal352242141037731034115101
Binary1110101010100010110000101111111101110001110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA261; }

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

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

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

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

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

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

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

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