Html Css Color HEX #EB9F5E Sandy Brown

📋 copy color: '#EB9F5E'

red 235 ◦ green 159 ◦ blue 94

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

Shades of Sandy Brown #EB9F5E

Tints of Sandy Brown #EB9F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

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

R = 48.16%
G = 32.58%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB9F5E (or 0xEB9F5E) is known color: Sandy Brown. HEX triplet: EB, 9F and 5E. RGB value is (235,159,94). Sum of RGB (Red+Green+Blue) = 235+159+94=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9F5E is #1460A1. Grayscale: #AEAEAE. Windows color (decimal): -1335458 or 6201323. OLE color: 6201323.

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

Color convert

RGB 235 159 94 -
CMYK 0 0.32 0.6 0.08
HSL 27.66º 0.78% 0.65% -
HSV(B) 27.66º 0.6% 0.92% -
XYZ 48.68 43.27 16.38 -
YUV 174.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 235 159 94 0 0.32 0.6 0.08 27.66 0.78 0.65
Hex EB 9F 5E 0 20 3C 8 1C 4E 41
Octal 353 237 136 0 40 74 10 34 116 101
Binary 11101011 10011111 1011110 0 100000 111100 1000 11100 1001110 1000001

Color Harmonies of #EB9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9F5E

Black with #EB9F5E

Text Example


Text Example

White with #EB9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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