#EA9E60

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

Shades of Sandy Brown #EA9E60

Tints of Sandy Brown #EA9E60

Color information

#EA9E60 (or 0xEA9E60) is unknown color: approx Sandy Brown. HEX triplet: EA, 9E and 60. RGB value is (234,158,96). Sum of RGB (Red+Green+Blue) = 234+158+96=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E60 is #15619F. Grayscale: #ADADAD. Windows color (decimal): -1401248 or 6332138. OLE color: 6332138.

HSL color Cylindrical-coordinate representation of color #EA9E60: hue angle of 26.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 #EA9E60 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23415896-
CMYK00.320.590.08
HSL26.96º76.67%64.71%-
HSV(B)26.96º58.97%91.76%-
XYZ48.2742.7916.78-
YUV173.6684.18171.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=47.95%
G=32.38%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341589600.320.590.0826.9676.6764.71
HexEA9E600203B81b4d41
Octal352236140040731033115101
Binary11101010100111101100000010000011101110001101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E60; }

 p { color: rgb(234,158,96); }

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

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

 a { background-color: rgb(234,158,96); }

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

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

 span { border-color: rgb(234,158,96); }

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