#EAA96B

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

Shades of Sandy Brown #EAA96B

Tints of Sandy Brown #EAA96B

Color information

#EAA96B (or 0xEAA96B) is unknown color: approx Sandy Brown. HEX triplet: EA, A9 and 6B. RGB value is (234,169,107). Sum of RGB (Red+Green+Blue) = 234+169+107=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA96B is #155694. Grayscale: #B5B5B5. Windows color (decimal): -1398421 or 7055850. OLE color: 7055850.

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

Color convert

RGB234169107-
CMYK00.280.540.08
HSL29.29º75.15%66.86%-
HSV(B)29.29º54.27%91.76%-
XYZ50.7746.9320.29-
YUV181.3786.03165.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 107 (42.19% from 255) = 20.98%
R=45.88%
G=33.14%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416910700.280.540.0829.2975.1566.86
HexEAA96B01C3681d4b43
Octal352251153034661035113103
Binary1110101010101001110101101110011011010001110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA96B; }

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

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

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

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

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

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

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

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