#EBAA68

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

Shades of Sandy Brown #EBAA68

Tints of Sandy Brown #EBAA68

Color information

#EBAA68 (or 0xEBAA68) is unknown color: approx Sandy Brown. HEX triplet: EB, AA and 68. RGB value is (235,170,104). Sum of RGB (Red+Green+Blue) = 235+170+104=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA68 is #145597. Grayscale: #B6B6B6. Windows color (decimal): -1332632 or 6859499. OLE color: 6859499.

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

Color convert

RGB235170104-
CMYK00.280.560.08
HSL30.23º76.61%66.47%-
HSV(B)30.23º55.74%92.16%-
XYZ51.1347.4119.55-
YUV181.9184.03165.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 104 (41.02% from 255) = 20.43%
R=46.17%
G=33.40%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517010400.280.560.0830.2376.6166.47
HexEBAA6801C3881e4d42
Octal353252150034701036115102
Binary1110101110101010110100001110011100010001111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA68; }

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

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

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

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

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

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

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

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