#EBA963

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

Shades of Sandy Brown #EBA963

Tints of Sandy Brown #EBA963

Color information

#EBA963 (or 0xEBA963) is unknown color: approx Sandy Brown. HEX triplet: EB, A9 and 63. RGB value is (235,169,99). Sum of RGB (Red+Green+Blue) = 235+169+99=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA963 is #14569C. Grayscale: #B5B5B5. Windows color (decimal): -1332893 or 6531563. OLE color: 6531563.

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

Color convert

RGB23516999-
CMYK00.280.580.08
HSL30.88º77.27%65.49%-
HSV(B)30.88º57.87%92.16%-
XYZ50.746.9418.19-
YUV180.7581.87166.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=46.72%
G=33.60%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351699900.280.580.0830.8877.2765.49
HexEBA96301C3A81f4d41
Octal353251143034721037115101
Binary1110101110101001110001101110011101010001111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA963; }

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

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

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

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

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

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

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

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