#efa160

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

Shades of Sandy Brown #EFA160

Tints of Sandy Brown #EFA160

Color information

#EFA160 (or 0xEFA160) is unknown color: approx Sandy Brown. HEX triplet: EF, A1 and 60. RGB value is (239,161,96). Sum of RGB (Red+Green+Blue) = 239+161+96=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA160 is #105E9F. Grayscale: #B1B1B1. Windows color (decimal): -1072800 or 6332911. OLE color: 6332911.

HSL color Cylindrical-coordinate representation of color #EFA160: hue angle of 27.27º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFA160 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23916196-
CMYK00.330.600.06
HSL27.27º81.71%65.69%-
HSV(B)27.27º59.83%93.73%-
XYZ50.4544.6817.03-
YUV176.9182.34172.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=48.19%
G=32.46%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391619600.330.600.0627.2781.7165.69
HexEFA1600213C61b5242
Octal35724114004174633122102
Binary1110111110100001110000001000011111001101101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa160; }

 p { color: rgb(239,161,96); }

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

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

 a { background-color: rgb(239,161,96); }

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

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

 span { border-color: rgb(239,161,96); }

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