#EFA065

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

Shades of Sandy Brown #EFA065

Tints of Sandy Brown #EFA065

Color information

#EFA065 (or 0xEFA065) is unknown color: approx Sandy Brown. HEX triplet: EF, A0 and 65. RGB value is (239,160,101). Sum of RGB (Red+Green+Blue) = 239+160+101=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA065 is #105F9A. Grayscale: #B1B1B1. Windows color (decimal): -1073051 or 6660335. OLE color: 6660335.

HSL color Cylindrical-coordinate representation of color #EFA065: hue angle of 25.65º 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 #EFA065 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239160101-
CMYK00.330.580.06
HSL25.65º81.18%66.67%-
HSV(B)25.65º57.74%93.73%-
XYZ50.5244.4318.23-
YUV176.985.17172.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=47.8%
G=32%
B=20.2%

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
Decimal23916010100.330.580.0625.6581.1866.67
HexEFA0650213A61a5143
Octal35724014504172632121103
Binary1110111110100000110010101000011110101101101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA065; }

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

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

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

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

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

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

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

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