Html Css Color HEX #EBA061 Sandy Brown

📋 copy color: '#EBA061'

red 235 ◦ green 160 ◦ blue 97

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

Shades of Sandy Brown #EBA061

Tints of Sandy Brown #EBA061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.52%

 BLUE value IS 97 (38.28% from 255) = 19.72%

R = 47.76%
G = 32.52%
B = 19.72%

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

#EBA061 (or 0xEBA061) is known color: Sandy Brown. HEX triplet: EB, A0 and 61. RGB value is (235,160,97). Sum of RGB (Red+Green+Blue) = 235+160+97=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA061 is #145F9E. Grayscale: #AFAFAF. Windows color (decimal): -1335199 or 6398187. OLE color: 6398187.

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

Color convert

RGB 235 160 97 -
CMYK 0 0.32 0.59 0.08
HSL 27.39º 0.78% 0.65% -
HSV(B) 27.39º 0.59% 0.92% -
XYZ 48.99 43.67 17.16 -
YUV 175.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 235 160 97 0 0.32 0.59 0.08 27.39 0.78 0.65
Hex EB A0 61 0 20 3B 8 1B 4E 41
Octal 353 240 141 0 40 73 10 33 116 101
Binary 11101011 10100000 1100001 0 100000 111011 1000 11011 1001110 1000001

Color Harmonies of #EBA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA061

Black with #EBA061

Text Example


Text Example

White with #EBA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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