#EFA265

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

Shades of Sandy Brown #EFA265

Tints of Sandy Brown #EFA265

Color information

#EFA265 (or 0xEFA265) is unknown color: approx Sandy Brown. HEX triplet: EF, A2 and 65. RGB value is (239,162,101). Sum of RGB (Red+Green+Blue) = 239+162+101=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA265 is #105D9A. Grayscale: #B2B2B2. Windows color (decimal): -1072539 or 6660847. OLE color: 6660847.

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

Color convert

RGB239162101-
CMYK00.320.580.06
HSL26.52º81.18%66.67%-
HSV(B)26.52º57.74%93.73%-
XYZ50.8745.1318.34-
YUV178.0784.51171.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=47.61%
G=32.27%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916210100.320.580.0626.5281.1866.67
HexEFA2650203A61b5143
Octal35724214504072633121103
Binary1110111110100010110010101000001110101101101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA265; }

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

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

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

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

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

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

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

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