#EAA96D

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

Shades of Sandy Brown #EAA96D

Tints of Sandy Brown #EAA96D

Color information

#EAA96D (or 0xEAA96D) is unknown color: approx Sandy Brown. HEX triplet: EA, A9 and 6D. RGB value is (234,169,109). Sum of RGB (Red+Green+Blue) = 234+169+109=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA96D is #155692. Grayscale: #B5B5B5. Windows color (decimal): -1398419 or 7186922. OLE color: 7186922.

HSL color Cylindrical-coordinate representation of color #EAA96D: hue angle of 28.8º 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 #EAA96D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234169109-
CMYK00.280.530.08
HSL28.8º74.85%67.25%-
HSV(B)28.8º53.42%91.76%-
XYZ50.8846.9720.85-
YUV181.5987.03165.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=45.70%
G=33.01%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416910900.280.530.0828.874.8567.25
HexEAA96D01C3581d4b43
Octal352251155034651035113103
Binary1110101010101001110110101110011010110001110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA96D; }

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

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

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

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

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

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

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

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