#EAA85C

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

Shades of Sandy Brown #EAA85C

Tints of Sandy Brown #EAA85C

Color information

#EAA85C (or 0xEAA85C) is unknown color: approx Sandy Brown. HEX triplet: EA, A8 and 5C. RGB value is (234,168,92). Sum of RGB (Red+Green+Blue) = 234+168+92=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA85C is #1557A3. Grayscale: #B3B3B3. Windows color (decimal): -1398692 or 6072554. OLE color: 6072554.

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

Color convert

RGB23416892-
CMYK00.280.610.08
HSL32.11º77.17%63.92%-
HSV(B)32.11º60.68%91.76%-
XYZ49.8746.2716.43-
YUV179.0778.87167.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 168 (66.02% from 255) = 34.01%
BLUE value IS 92 (36.33% from 255) = 18.62%
R=47.37%
G=34.01%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341689200.280.610.0832.1177.1763.92
HexEAA85C01C3D8204d40
Octal352250134034751040115100
Binary11101010101010001011100011100111101100010000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA85C; }

 p { color: rgb(234,168,92); }

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

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

 a { background-color: rgb(234,168,92); }

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

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

 span { border-color: rgb(234,168,92); }

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