#eaa962

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

Shades of Sandy Brown #EAA962

Tints of Sandy Brown #EAA962

Color information

#EAA962 (or 0xEAA962) is unknown color: approx Sandy Brown. HEX triplet: EA, A9 and 62. RGB value is (234,169,98). Sum of RGB (Red+Green+Blue) = 234+169+98=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA962 is #15569D. Grayscale: #B4B4B4. Windows color (decimal): -1398430 or 6466026. OLE color: 6466026.

HSL color Cylindrical-coordinate representation of color #EAA962: hue angle of 31.32º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAA962 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB23416998-
CMYK00.280.580.08
HSL31.32º76.4%65.1%-
HSV(B)31.32º58.12%91.76%-
XYZ50.3246.7517.93-
YUV180.3481.53166.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=46.71%
G=33.73%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341699800.280.580.0831.3276.465.1
HexEAA96201C3A81f4c41
Octal352251142034721037114101
Binary1110101010101001110001001110011101010001111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa962; }

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

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

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

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

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

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

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

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