Html Css Color HEX #EBA05F Sandy Brown

📋 copy color: '#EBA05F'

red 235 ◦ green 160 ◦ blue 95

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

Shades of Sandy Brown #EBA05F

Tints of Sandy Brown #EBA05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.39%

R = 47.96%
G = 32.65%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBA05F (or 0xEBA05F) is known color: Sandy Brown. HEX triplet: EB, A0 and 5F. RGB value is (235,160,95). Sum of RGB (Red+Green+Blue) = 235+160+95=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA05F is #145FA0. Grayscale: #AFAFAF. Windows color (decimal): -1335201 or 6267115. OLE color: 6267115.

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

Color convert

RGB 235 160 95 -
CMYK 0 0.32 0.60 0.08
HSL 27.86º 0.78% 0.65% -
HSV(B) 27.86º 0.6% 0.92% -
XYZ 48.9 43.63 16.67 -
YUV 175.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 235 160 95 0 0.32 0.60 0.08 27.86 0.78 0.65
Hex EB A0 5F 0 20 3C 8 1C 4E 41
Octal 353 240 137 0 40 74 10 34 116 101
Binary 11101011 10100000 1011111 0 100000 111100 1000 11100 1001110 1000001

Color Harmonies of #EBA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA05F

Black with #EBA05F

Text Example


Text Example

White with #EBA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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