#eba067

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

Shades of Sandy Brown #EBA067

Tints of Sandy Brown #EBA067

Color information

#EBA067 (or 0xEBA067) is unknown color: approx Sandy Brown. HEX triplet: EB, A0 and 67. RGB value is (235,160,103). Sum of RGB (Red+Green+Blue) = 235+160+103=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA067 is #145F98. Grayscale: #B0B0B0. Windows color (decimal): -1335193 or 6791403. OLE color: 6791403.

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

Color convert

RGB235160103-
CMYK00.320.560.08
HSL25.91º76.74%66.27%-
HSV(B)25.91º56.17%92.16%-
XYZ49.2843.7818.69-
YUV175.9386.85170.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 103 (40.62% from 255) = 20.68%
R=47.19%
G=32.13%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516010300.320.560.0825.9176.7466.27
HexEBA0670203881a4d42
Octal353240147040701032115102
Binary11101011101000001100111010000011100010001101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba067; }

 p { color: rgb(235,160,103); }

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

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

 a { background-color: rgb(235,160,103); }

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

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

 span { border-color: rgb(235,160,103); }

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