#EBA268

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

Shades of Sandy Brown #EBA268

Tints of Sandy Brown #EBA268

Color information

#EBA268 (or 0xEBA268) is unknown color: approx Sandy Brown. HEX triplet: EB, A2 and 68. RGB value is (235,162,104). Sum of RGB (Red+Green+Blue) = 235+162+104=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA268 is #145D97. Grayscale: #B1B1B1. Windows color (decimal): -1334680 or 6857451. OLE color: 6857451.

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

Color convert

RGB235162104-
CMYK00.310.560.08
HSL26.56º76.61%66.47%-
HSV(B)26.56º55.74%92.16%-
XYZ49.6844.519.07-
YUV177.2186.68169.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=46.91%
G=32.34%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516210400.310.560.0826.5676.6166.47
HexEBA26801F3881b4d42
Octal353242150037701033115102
Binary1110101110100010110100001111111100010001101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA268; }

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

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

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

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

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

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

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

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