#EAA066

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

Shades of Sandy Brown #EAA066

Tints of Sandy Brown #EAA066

Color information

#EAA066 (or 0xEAA066) is unknown color: approx Sandy Brown. HEX triplet: EA, A0 and 66. RGB value is (234,160,102). Sum of RGB (Red+Green+Blue) = 234+160+102=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA066 is #155F99. Grayscale: #AFAFAF. Windows color (decimal): -1400730 or 6725866. OLE color: 6725866.

HSL color Cylindrical-coordinate representation of color #EAA066: hue angle of 26.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAA066 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234160102-
CMYK00.320.560.08
HSL26.36º75.86%65.88%-
HSV(B)26.36º56.41%91.76%-
XYZ48.943.5918.41-
YUV175.5186.52169.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 102 (40.23% from 255) = 20.56%
R=47.18%
G=32.26%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416010200.320.560.0826.3675.8665.88
HexEAA0660203881a4c42
Octal352240146040701032114102
Binary11101010101000001100110010000011100010001101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA066; }

 p { color: rgb(234,160,102); }

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

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

 a { background-color: rgb(234,160,102); }

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

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

 span { border-color: rgb(234,160,102); }

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