#EAA16E

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

Shades of Sandy Brown #EAA16E

Tints of Sandy Brown #EAA16E

Color information

#EAA16E (or 0xEAA16E) is unknown color: approx Sandy Brown. HEX triplet: EA, A1 and 6E. RGB value is (234,161,110). Sum of RGB (Red+Green+Blue) = 234+161+110=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA16E is #155E91. Grayscale: #B1B1B1. Windows color (decimal): -1400466 or 7250410. OLE color: 7250410.

HSL color Cylindrical-coordinate representation of color #EAA16E: hue angle of 24.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA16E is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234161110-
CMYK00.310.530.08
HSL24.68º74.7%67.45%-
HSV(B)24.68º52.99%91.76%-
XYZ49.4944.1120.66-
YUV177.0190.18168.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=46.34%
G=31.88%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416111000.310.530.0824.6874.767.45
HexEAA16E01F358194b43
Octal352241156037651031113103
Binary1110101010100001110111001111111010110001100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA16E; }

 p { color: rgb(234,161,110); }

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

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

 a { background-color: rgb(234,161,110); }

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

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

 span { border-color: rgb(234,161,110); }

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