#EFA866

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

Shades of Sandy Brown #EFA866

Tints of Sandy Brown #EFA866

Color information

#EFA866 (or 0xEFA866) is unknown color: approx Sandy Brown. HEX triplet: EF, A8 and 66. RGB value is (239,168,102). Sum of RGB (Red+Green+Blue) = 239+168+102=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA866 is #105799. Grayscale: #B6B6B6. Windows color (decimal): -1071002 or 6727919. OLE color: 6727919.

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

Color convert

RGB239168102-
CMYK00.300.570.06
HSL28.91º81.07%66.86%-
HSV(B)28.91º57.32%93.73%-
XYZ5247.3218.96-
YUV181.783.02168.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=46.95%
G=33.01%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916810200.300.570.0628.9181.0766.86
HexEFA86601E3961d5143
Octal35725014603671635121103
Binary111011111010100011001100111101110011101110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA866; }

 p { color: rgb(239,168,102); }

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

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

 a { background-color: rgb(239,168,102); }

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

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

 span { border-color: rgb(239,168,102); }

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