Html Css Color HEX #EB9E5E Sandy Brown

📋 copy color: '#EB9E5E'

red 235 ◦ green 158 ◦ blue 94

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

Shades of Sandy Brown #EB9E5E

Tints of Sandy Brown #EB9E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

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

R = 48.25%
G = 32.44%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB9E5E (or 0xEB9E5E) is known color: Sandy Brown. HEX triplet: EB, 9E and 5E. RGB value is (235,158,94). Sum of RGB (Red+Green+Blue) = 235+158+94=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E5E is #1461A1. Grayscale: #AEAEAE. Windows color (decimal): -1335714 or 6201067. OLE color: 6201067.

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

Color convert

RGB 235 158 94 -
CMYK 0 0.33 0.6 0.08
HSL 27.23º 0.78% 0.65% -
HSV(B) 27.23º 0.6% 0.92% -
XYZ 48.51 42.92 16.32 -
YUV 173.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 235 158 94 0 0.33 0.6 0.08 27.23 0.78 0.65
Hex EB 9E 5E 0 21 3C 8 1B 4E 41
Octal 353 236 136 0 41 74 10 33 116 101
Binary 11101011 10011110 1011110 0 100001 111100 1000 11011 1001110 1000001

Color Harmonies of #EB9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E5E

Black with #EB9E5E

Text Example


Text Example

White with #EB9E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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