Html Css Color HEX #EBA35F Sandy Brown

📋 copy color: '#EBA35F'

red 235 ◦ green 163 ◦ blue 95

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

Shades of Sandy Brown #EBA35F

Tints of Sandy Brown #EBA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.06%

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

R = 47.67%
G = 33.06%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBA35F (or 0xEBA35F) is known color: Sandy Brown. HEX triplet: EB, A3 and 5F. RGB value is (235,163,95). Sum of RGB (Red+Green+Blue) = 235+163+95=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA35F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA35F is #145CA0. Grayscale: #B1B1B1. Windows color (decimal): -1334433 or 6267883. OLE color: 6267883.

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

Color convert

RGB 235 163 95 -
CMYK 0 0.31 0.60 0.08
HSL 29.14º 0.78% 0.65% -
HSV(B) 29.14º 0.6% 0.92% -
XYZ 49.42 44.68 16.85 -
YUV 176.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 235 163 95 0 0.31 0.60 0.08 29.14 0.78 0.65
Hex EB A3 5F 0 1F 3C 8 1D 4E 41
Octal 353 243 137 0 37 74 10 35 116 101
Binary 11101011 10100011 1011111 0 11111 111100 1000 11101 1001110 1000001

Color Harmonies of #EBA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA35F

Black with #EBA35F

Text Example


Text Example

White with #EBA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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