Html Css Color HEX #EBA55E Sandy Brown

📋 copy color: '#EBA55E'

red 235 ◦ green 165 ◦ blue 94

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

Shades of Sandy Brown #EBA55E

Tints of Sandy Brown #EBA55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

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

R = 47.57%
G = 33.4%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBA55E (or 0xEBA55E) is known color: Sandy Brown. HEX triplet: EB, A5 and 5E. RGB value is (235,165,94). Sum of RGB (Red+Green+Blue) = 235+165+94=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA55E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA55E is #145AA1. Grayscale: #B2B2B2. Windows color (decimal): -1333922 or 6202859. OLE color: 6202859.

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

Color convert

RGB 235 165 94 -
CMYK 0 0.30 0.6 0.08
HSL 30.21º 0.78% 0.65% -
HSV(B) 30.21º 0.6% 0.92% -
XYZ 49.74 45.38 16.73 -
YUV 177.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 235 165 94 0 0.30 0.6 0.08 30.21 0.78 0.65
Hex EB A5 5E 0 1E 3C 8 1E 4E 41
Octal 353 245 136 0 36 74 10 36 116 101
Binary 11101011 10100101 1011110 0 11110 111100 1000 11110 1001110 1000001

Color Harmonies of #EBA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA55E

Black with #EBA55E

Text Example


Text Example

White with #EBA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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