#EA9A61

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

Shades of Sandy Brown #EA9A61

Tints of Sandy Brown #EA9A61

Color information

#EA9A61 (or 0xEA9A61) is unknown color: approx Sandy Brown. HEX triplet: EA, 9A and 61. RGB value is (234,154,97). Sum of RGB (Red+Green+Blue) = 234+154+97=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A61 is #15659E. Grayscale: #ABABAB. Windows color (decimal): -1402271 or 6396650. OLE color: 6396650.

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

Color convert

RGB23415497-
CMYK00.340.590.08
HSL24.96º76.54%64.9%-
HSV(B)24.96º58.55%91.76%-
XYZ47.6441.4716.8-
YUV171.4286172.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 97 (38.28% from 255) = 20%
R=48.25%
G=31.75%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341549700.340.590.0824.9676.5464.9
HexEA9A610223B8194d41
Octal352232141042731031115101
Binary11101010100110101100001010001011101110001100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9A61; }

 p { color: rgb(234,154,97); }

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

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

 a { background-color: rgb(234,154,97); }

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

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

 span { border-color: rgb(234,154,97); }

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