#EBA264

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

Shades of Sandy Brown #EBA264

Tints of Sandy Brown #EBA264

Color information

#EBA264 (or 0xEBA264) is unknown color: approx Sandy Brown. HEX triplet: EB, A2 and 64. RGB value is (235,162,100). Sum of RGB (Red+Green+Blue) = 235+162+100=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA264 is #145D9B. Grayscale: #B1B1B1. Windows color (decimal): -1334684 or 6595307. OLE color: 6595307.

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

Color convert

RGB235162100-
CMYK00.310.570.08
HSL27.56º77.14%65.69%-
HSV(B)27.56º57.45%92.16%-
XYZ49.4844.4218.02-
YUV176.7684.68169.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=47.28%
G=32.60%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516210000.310.570.0827.5677.1465.69
HexEBA26401F3981c4d42
Octal353242144037711034115102
Binary1110101110100010110010001111111100110001110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA264; }

 p { color: rgb(235,162,100); }

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

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

 a { background-color: rgb(235,162,100); }

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

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

 span { border-color: rgb(235,162,100); }

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