Html Css Color HEX #EBA160 Sandy Brown

📋 copy color: '#EBA160'

red 235 ◦ green 161 ◦ blue 96

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

Shades of Sandy Brown #EBA160

Tints of Sandy Brown #EBA160

RGB

 RED value IS 235 (92.19% from 255) = 47.76%

 GREEN value IS 161 (63.28% from 255) = 32.72%

 BLUE value IS 96 (37.89% from 255) = 19.51%

R = 47.76%
G = 32.72%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBA160 (or 0xEBA160) is known color: Sandy Brown. HEX triplet: EB, A1 and 60. RGB value is (235,161,96). Sum of RGB (Red+Green+Blue) = 235+161+96=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA160 is #145E9F. Grayscale: #B0B0B0. Windows color (decimal): -1334944 or 6332907. OLE color: 6332907.

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

Color convert

RGB 235 161 96 -
CMYK 0 0.31 0.59 0.08
HSL 28.06º 0.78% 0.65% -
HSV(B) 28.06º 0.59% 0.92% -
XYZ 49.12 44 16.97 -
YUV 175.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 235 161 96 0 0.31 0.59 0.08 28.06 0.78 0.65
Hex EB A1 60 0 1F 3B 8 1C 4E 41
Octal 353 241 140 0 37 73 10 34 116 101
Binary 11101011 10100001 1100000 0 11111 111011 1000 11100 1001110 1000001

Color Harmonies of #EBA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA160

Black with #EBA160

Text Example


Text Example

White with #EBA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA160; }

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

 H1.HeaderClassName
 {
   color: #EBA160;
 }
 .AnyTagClassName
 {
   color: #EBA160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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