#EAA465

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

Shades of Sandy Brown #EAA465

Tints of Sandy Brown #EAA465

Color information

#EAA465 (or 0xEAA465) is unknown color: approx Sandy Brown. HEX triplet: EA, A4 and 65. RGB value is (234,164,101). Sum of RGB (Red+Green+Blue) = 234+164+101=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA465 is #155B9A. Grayscale: #B2B2B2. Windows color (decimal): -1399707 or 6661354. OLE color: 6661354.

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

Color convert

RGB234164101-
CMYK00.300.570.08
HSL28.42º76%65.69%-
HSV(B)28.42º56.84%91.76%-
XYZ49.5644.9818.38-
YUV177.7584.69168.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 101 (39.84% from 255) = 20.24%
R=46.89%
G=32.87%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416410100.300.570.0828.427665.69
HexEAA46501E3981c4c42
Octal352244145036711034114102
Binary1110101010100100110010101111011100110001110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA465; }

 p { color: rgb(234,164,101); }

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

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

 a { background-color: rgb(234,164,101); }

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

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

 span { border-color: rgb(234,164,101); }

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