#EAA062

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

Shades of Sandy Brown #EAA062

Tints of Sandy Brown #EAA062

Color information

#EAA062 (or 0xEAA062) is unknown color: approx Sandy Brown. HEX triplet: EA, A0 and 62. RGB value is (234,160,98). Sum of RGB (Red+Green+Blue) = 234+160+98=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA062 is #155F9D. Grayscale: #AFAFAF. Windows color (decimal): -1400734 or 6463722. OLE color: 6463722.

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

Color convert

RGB23416098-
CMYK00.320.580.08
HSL27.35º76.4%65.1%-
HSV(B)27.35º58.12%91.76%-
XYZ48.7143.5217.39-
YUV175.0684.52170.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=47.56%
G=32.52%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341609800.320.580.0827.3576.465.1
HexEAA0620203A81b4c41
Octal352240142040721033114101
Binary11101010101000001100010010000011101010001101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA062; }

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

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

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

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

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

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

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

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