Html Css Color HEX #EBA85F Sandy Brown

📋 copy color: '#EBA85F'

red 235 ◦ green 168 ◦ blue 95

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

Shades of Sandy Brown #EBA85F

Tints of Sandy Brown #EBA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 47.19%
G = 33.73%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBA85F (or 0xEBA85F) is known color: Sandy Brown. HEX triplet: EB, A8 and 5F. RGB value is (235,168,95). Sum of RGB (Red+Green+Blue) = 235+168+95=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA85F is #1457A0. Grayscale: #B4B4B4. Windows color (decimal): -1333153 or 6269163. OLE color: 6269163.

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

Color convert

RGB 235 168 95 -
CMYK 0 0.29 0.60 0.08
HSL 31.29º 0.78% 0.65% -
HSV(B) 31.29º 0.6% 0.92% -
XYZ 50.33 46.49 17.15 -
YUV 179.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 235 168 95 0 0.29 0.60 0.08 31.29 0.78 0.65
Hex EB A8 5F 0 1D 3C 8 1F 4E 41
Octal 353 250 137 0 35 74 10 37 116 101
Binary 11101011 10101000 1011111 0 11101 111100 1000 11111 1001110 1000001

Color Harmonies of #EBA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA85F

Black with #EBA85F

Text Example


Text Example

White with #EBA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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