Html Css Color HEX #EBAA5E Sandy Brown

📋 copy color: '#EBAA5E'

red 235 ◦ green 170 ◦ blue 94

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

Shades of Sandy Brown #EBAA5E

Tints of Sandy Brown #EBAA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.84%

R = 47.09%
G = 34.07%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBAA5E (or 0xEBAA5E) is known color: Sandy Brown. HEX triplet: EB, AA and 5E. RGB value is (235,170,94). Sum of RGB (Red+Green+Blue) = 235+170+94=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA5E is #1455A1. Grayscale: #B5B5B5. Windows color (decimal): -1332642 or 6204139. OLE color: 6204139.

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

Color convert

RGB 235 170 94 -
CMYK 0 0.28 0.6 0.08
HSL 32.34º 0.78% 0.65% -
HSV(B) 32.34º 0.6% 0.92% -
XYZ 50.66 47.22 17.03 -
YUV 180.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 235 170 94 0 0.28 0.6 0.08 32.34 0.78 0.65
Hex EB AA 5E 0 1C 3C 8 20 4E 41
Octal 353 252 136 0 34 74 10 40 116 101
Binary 11101011 10101010 1011110 0 11100 111100 1000 100000 1001110 1000001

Color Harmonies of #EBAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA5E

Black with #EBAA5E

Text Example


Text Example

White with #EBAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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