#EBA060

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

Shades of Sandy Brown #EBA060

Tints of Sandy Brown #EBA060

Color information

#EBA060 (or 0xEBA060) is unknown color: approx Sandy Brown. HEX triplet: EB, A0 and 60. RGB value is (235,160,96). Sum of RGB (Red+Green+Blue) = 235+160+96=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA060 is #145F9F. Grayscale: #AFAFAF. Windows color (decimal): -1335200 or 6332651. OLE color: 6332651.

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

Color convert

RGB23516096-
CMYK00.320.590.08
HSL27.63º77.65%64.9%-
HSV(B)27.63º59.15%92.16%-
XYZ48.9443.6516.91-
YUV175.1383.35170.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=47.86%
G=32.59%
B=19.55%

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
Decimal2351609600.320.590.0827.6377.6564.9
HexEBA0600203B81c4e41
Octal353240140040731034116101
Binary11101011101000001100000010000011101110001110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA060; }

 p { color: rgb(235,160,96); }

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

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

 a { background-color: rgb(235,160,96); }

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

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

 span { border-color: rgb(235,160,96); }

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