Html Css Color HEX #EBAA5D Sandy Brown

📋 copy color: '#EBAA5D'

red 235 ◦ green 170 ◦ blue 93

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

Shades of Sandy Brown #EBAA5D

Tints of Sandy Brown #EBAA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 47.19%
G = 34.14%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBAA5D (or 0xEBAA5D) is known color: Sandy Brown. HEX triplet: EB, AA and 5D. RGB value is (235,170,93). Sum of RGB (Red+Green+Blue) = 235+170+93=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA5D is #1455A2. Grayscale: #B5B5B5. Windows color (decimal): -1332643 or 6138603. OLE color: 6138603.

HSL color Cylindrical-coordinate representation of color #EBAA5D: hue angle of 32.54º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBAA5D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 93 -
CMYK 0 0.28 0.60 0.08
HSL 32.54º 0.78% 0.64% -
HSV(B) 32.54º 0.6% 0.92% -
XYZ 50.61 47.2 16.8 -
YUV 180.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 235 170 93 0 0.28 0.60 0.08 32.54 0.78 0.64
Hex EB AA 5D 0 1C 3C 8 21 4E 40
Octal 353 252 135 0 34 74 10 41 116 100
Binary 11101011 10101010 1011101 0 11100 111100 1000 100001 1001110 1000000

Color Harmonies of #EBAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA5D

Black with #EBAA5D

Text Example


Text Example

White with #EBAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA5D; }

 p { color: rgb(235,170,93); }

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

background-color css

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

 a { background-color: rgb(235,170,93); }

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

border-color css

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

 span { border-color: rgb(235,170,93); }

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