#eaa369

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

Shades of Sandy Brown #EAA369

Tints of Sandy Brown #EAA369

Color information

#EAA369 (or 0xEAA369) is unknown color: approx Sandy Brown. HEX triplet: EA, A3 and 69. RGB value is (234,163,105). Sum of RGB (Red+Green+Blue) = 234+163+105=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA369 is #155C96. Grayscale: #B1B1B1. Windows color (decimal): -1399959 or 6923242. OLE color: 6923242.

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

Color convert

RGB234163105-
CMYK00.300.550.08
HSL26.98º75.44%66.47%-
HSV(B)26.98º55.13%91.76%-
XYZ49.5844.7119.38-
YUV177.6287.02168.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=46.61%
G=32.47%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416310500.300.550.0826.9875.4466.47
HexEAA36901E3781b4b42
Octal352243151036671033113102
Binary1110101010100011110100101111011011110001101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa369; }

 p { color: rgb(234,163,105); }

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

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

 a { background-color: rgb(234,163,105); }

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

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

 span { border-color: rgb(234,163,105); }

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