Html Css Color HEX #EB9B5D Sandy Brown

📋 copy color: '#EB9B5D'

red 235 ◦ green 155 ◦ blue 93

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

Shades of Sandy Brown #EB9B5D

Tints of Sandy Brown #EB9B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 48.65%
G = 32.09%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB9B5D (or 0xEB9B5D) is known color: Sandy Brown. HEX triplet: EB, 9B and 5D. RGB value is (235,155,93). Sum of RGB (Red+Green+Blue) = 235+155+93=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9B5D is #1464A2. Grayscale: #ACACAC. Windows color (decimal): -1336483 or 6134763. OLE color: 6134763.

HSL color Cylindrical-coordinate representation of color #EB9B5D: hue angle of 26.2º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB9B5D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 155 93 -
CMYK 0 0.34 0.60 0.08
HSL 26.2º 0.78% 0.64% -
HSV(B) 26.2º 0.6% 0.92% -
XYZ 47.96 41.9 15.91 -
YUV 171.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 235 155 93 0 0.34 0.60 0.08 26.2 0.78 0.64
Hex EB 9B 5D 0 22 3C 8 1A 4E 40
Octal 353 233 135 0 42 74 10 32 116 100
Binary 11101011 10011011 1011101 0 100010 111100 1000 11010 1001110 1000000

Color Harmonies of #EB9B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9B5D

Black with #EB9B5D

Text Example


Text Example

White with #EB9B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9B5D; }

 p { color: rgb(235,155,93); }

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

background-color css

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

 a { background-color: rgb(235,155,93); }

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

border-color css

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

 span { border-color: rgb(235,155,93); }

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