#EAA76C

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

Shades of Sandy Brown #EAA76C

Tints of Sandy Brown #EAA76C

Color information

#EAA76C (or 0xEAA76C) is unknown color: approx Sandy Brown. HEX triplet: EA, A7 and 6C. RGB value is (234,167,108). Sum of RGB (Red+Green+Blue) = 234+167+108=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA76C is #155893. Grayscale: #B4B4B4. Windows color (decimal): -1398932 or 7120874. OLE color: 7120874.

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

Color convert

RGB234167108-
CMYK00.290.540.08
HSL28.1º75%67.06%-
HSV(B)28.1º53.85%91.76%-
XYZ50.4646.2120.45-
YUV180.3187.2166.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 167 (65.62% from 255) = 32.81%
BLUE value IS 108 (42.58% from 255) = 21.22%
R=45.97%
G=32.81%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416710800.290.540.0828.17567.06
HexEAA76C01D3681c4b43
Octal352247154035661034113103
Binary1110101010100111110110001110111011010001110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA76C; }

 p { color: rgb(234,167,108); }

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

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

 a { background-color: rgb(234,167,108); }

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

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

 span { border-color: rgb(234,167,108); }

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