#EAA964

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

Shades of Sandy Brown #EAA964

Tints of Sandy Brown #EAA964

Color information

#EAA964 (or 0xEAA964) is unknown color: approx Sandy Brown. HEX triplet: EA, A9 and 64. RGB value is (234,169,100). Sum of RGB (Red+Green+Blue) = 234+169+100=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA964 is #15569B. Grayscale: #B4B4B4. Windows color (decimal): -1398428 or 6597098. OLE color: 6597098.

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

Color convert

RGB234169100-
CMYK00.280.570.08
HSL30.9º76.14%65.49%-
HSV(B)30.9º57.26%91.76%-
XYZ50.4246.7918.43-
YUV180.5782.53166.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=46.52%
G=33.60%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416910000.280.570.0830.976.1465.49
HexEAA96401C3981f4c41
Octal352251144034711037114101
Binary1110101010101001110010001110011100110001111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA964; }

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

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

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

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

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

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

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

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