#EBA45D

Color #EBA45D Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #EBA45D

Tints of Sandy Brown #EBA45D

Color information

#EBA45D (or 0xEBA45D) is unknown color: approx Sandy Brown. HEX triplet: EB, A4 and 5D. RGB value is (235,164,93). Sum of RGB (Red+Green+Blue) = 235+164+93=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA45D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA45D is #145BA2. Grayscale: #B1B1B1. Windows color (decimal): -1334179 or 6137067. OLE color: 6137067.

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

Color convert

RGB23516493-
CMYK00.300.600.08
HSL30º78.02%64.31%-
HSV(B)30º60.43%92.16%-
XYZ49.514516.43-
YUV177.1480.52169.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=47.76%
G=33.33%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351649300.300.600.083078.0264.31
HexEBA45D01E3C81e4e40
Octal353244135036741036116100
Binary1110101110100100101110101111011110010001111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA45D; }

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

 H1.HeaderClassName
 {
   color: #EBA45D;
 }
 .AnyTagClassName
 {
   color: #EBA45D;
 }
</style>
background-color css

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

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

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

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

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

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