Html Css Color HEX #EBA360 Sandy Brown

📋 copy color: '#EBA360'

red 235 ◦ green 163 ◦ blue 96

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

Shades of Sandy Brown #EBA360

Tints of Sandy Brown #EBA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

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

R = 47.57%
G = 33%
B = 19.43%

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

#EBA360 (or 0xEBA360) is known color: Sandy Brown. HEX triplet: EB, A3 and 60. RGB value is (235,163,96). Sum of RGB (Red+Green+Blue) = 235+163+96=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA360 is #145C9F. Grayscale: #B1B1B1. Windows color (decimal): -1334432 or 6333419. OLE color: 6333419.

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

Color convert

RGB 235 163 96 -
CMYK 0 0.31 0.59 0.08
HSL 28.92º 0.78% 0.65% -
HSV(B) 28.92º 0.59% 0.92% -
XYZ 49.47 44.7 17.09 -
YUV 176.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 235 163 96 0 0.31 0.59 0.08 28.92 0.78 0.65
Hex EB A3 60 0 1F 3B 8 1D 4E 41
Octal 353 243 140 0 37 73 10 35 116 101
Binary 11101011 10100011 1100000 0 11111 111011 1000 11101 1001110 1000001

Color Harmonies of #EBA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA360

Black with #EBA360

Text Example


Text Example

White with #EBA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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