Html Css Color HEX #EBA060 Sandy Brown

📋 copy color: '#EBA060'

red 235 ◦ green 160 ◦ blue 96

#EBA060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #EBA060

Tints of Sandy Brown #EBA060

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 value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBA060 (or 0xEBA060) is known color: 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

RGB 235 160 96 -
CMYK 0 0.32 0.59 0.08
HSL 27.63º 0.78% 0.65% -
HSV(B) 27.63º 0.59% 0.92% -
XYZ 48.94 43.65 16.91 -
YUV 175.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 235 160 96 0 0.32 0.59 0.08 27.63 0.78 0.65
Hex EB A0 60 0 20 3B 8 1C 4E 41
Octal 353 240 140 0 40 73 10 34 116 101
Binary 11101011 10100000 1100000 0 100000 111011 1000 11100 1001110 1000001

Color Harmonies of #EBA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA060

Black with #EBA060

Text Example


Text Example

White with #EBA060

Text Example


Text Example

HTML Codes & Css Web 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>