Html Css Color HEX #EBA95D Sandy Brown

📋 copy color: '#EBA95D'

red 235 ◦ green 169 ◦ blue 93

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

Shades of Sandy Brown #EBA95D

Tints of Sandy Brown #EBA95D

RGB

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

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

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

R = 47.28%
G = 34%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBA95D (or 0xEBA95D) is known color: Sandy Brown. HEX triplet: EB, A9 and 5D. RGB value is (235,169,93). Sum of RGB (Red+Green+Blue) = 235+169+93=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA95D is #1456A2. Grayscale: #B4B4B4. Windows color (decimal): -1332899 or 6138347. OLE color: 6138347.

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

Color convert

RGB 235 169 93 -
CMYK 0 0.28 0.60 0.08
HSL 32.11º 0.78% 0.64% -
HSV(B) 32.11º 0.6% 0.92% -
XYZ 50.42 46.83 16.74 -
YUV 180.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 235 169 93 0 0.28 0.60 0.08 32.11 0.78 0.64
Hex EB A9 5D 0 1C 3C 8 20 4E 40
Octal 353 251 135 0 34 74 10 40 116 100
Binary 11101011 10101001 1011101 0 11100 111100 1000 100000 1001110 1000000

Color Harmonies of #EBA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA95D

Black with #EBA95D

Text Example


Text Example

White with #EBA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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