#EFA165

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

Shades of Sandy Brown #EFA165

Tints of Sandy Brown #EFA165

Color information

#EFA165 (or 0xEFA165) is unknown color: approx Sandy Brown. HEX triplet: EF, A1 and 65. RGB value is (239,161,101). Sum of RGB (Red+Green+Blue) = 239+161+101=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA165 is #105E9A. Grayscale: #B1B1B1. Windows color (decimal): -1072795 or 6660591. OLE color: 6660591.

HSL color Cylindrical-coordinate representation of color #EFA165: hue angle of 26.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFA165 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239161101-
CMYK00.330.580.06
HSL26.09º81.18%66.67%-
HSV(B)26.09º57.74%93.73%-
XYZ50.6944.7818.28-
YUV177.4884.84171.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=47.70%
G=32.14%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916110100.330.580.0626.0981.1866.67
HexEFA1650213A61a5143
Octal35724114504172632121103
Binary1110111110100001110010101000011110101101101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA165; }

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

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

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

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

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

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

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

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