Html Css Color HEX #EB9D5F Sandy Brown

📋 copy color: '#EB9D5F'

red 235 ◦ green 157 ◦ blue 95

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

Shades of Sandy Brown #EB9D5F

Tints of Sandy Brown #EB9D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

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

R = 48.25%
G = 32.24%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB9D5F (or 0xEB9D5F) is known color: Sandy Brown. HEX triplet: EB, 9D and 5F. RGB value is (235,157,95). Sum of RGB (Red+Green+Blue) = 235+157+95=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9D5F is #1462A0. Grayscale: #ADADAD. Windows color (decimal): -1335969 or 6266347. OLE color: 6266347.

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

Color convert

RGB 235 157 95 -
CMYK 0 0.33 0.60 0.08
HSL 26.57º 0.78% 0.65% -
HSV(B) 26.57º 0.6% 0.92% -
XYZ 48.38 42.6 16.5 -
YUV 173.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 235 157 95 0 0.33 0.60 0.08 26.57 0.78 0.65
Hex EB 9D 5F 0 21 3C 8 1B 4E 41
Octal 353 235 137 0 41 74 10 33 116 101
Binary 11101011 10011101 1011111 0 100001 111100 1000 11011 1001110 1000001

Color Harmonies of #EB9D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9D5F

Black with #EB9D5F

Text Example


Text Example

White with #EB9D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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