Html Css Color HEX #EBA95B Sandy Brown

📋 copy color: '#EBA95B'

red 235 ◦ green 169 ◦ blue 91

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

Shades of Sandy Brown #EBA95B

Tints of Sandy Brown #EBA95B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 91 (35.94% from 255) = 18.38%

R = 47.47%
G = 34.14%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBA95B (or 0xEBA95B) is known color: Sandy Brown. HEX triplet: EB, A9 and 5B. RGB value is (235,169,91). Sum of RGB (Red+Green+Blue) = 235+169+91=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA95B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA95B is #1456A4. Grayscale: #B4B4B4. Windows color (decimal): -1332901 or 6007275. OLE color: 6007275.

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

Color convert

RGB 235 169 91 -
CMYK 0 0.28 0.61 0.08
HSL 32.5º 0.78% 0.64% -
HSV(B) 32.5º 0.61% 0.92% -
XYZ 50.34 46.79 16.28 -
YUV 179.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 235 169 91 0 0.28 0.61 0.08 32.5 0.78 0.64
Hex EB A9 5B 0 1C 3D 8 20 4E 40
Octal 353 251 133 0 34 75 10 40 116 100
Binary 11101011 10101001 1011011 0 11100 111101 1000 100000 1001110 1000000

Color Harmonies of #EBA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA95B

Black with #EBA95B

Text Example


Text Example

White with #EBA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA95B; }

 p { color: rgb(235,169,91); }

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

background-color css

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

 a { background-color: rgb(235,169,91); }

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

border-color css

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

 span { border-color: rgb(235,169,91); }

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