#EFA869

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

Shades of Sandy Brown #EFA869

Tints of Sandy Brown #EFA869

Color information

#EFA869 (or 0xEFA869) is unknown color: approx Sandy Brown. HEX triplet: EF, A8 and 69. RGB value is (239,168,105). Sum of RGB (Red+Green+Blue) = 239+168+105=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA869 is #105796. Grayscale: #B6B6B6. Windows color (decimal): -1070999 or 6924527. OLE color: 6924527.

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

Color convert

RGB239168105-
CMYK00.300.560.06
HSL28.21º80.72%67.45%-
HSV(B)28.21º56.07%93.73%-
XYZ52.1547.3819.76-
YUV182.0584.52168.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=46.68%
G=32.81%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916810500.300.560.0628.2180.7267.45
HexEFA86901E3861c5143
Octal35725015103670634121103
Binary111011111010100011010010111101110001101110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA869; }

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

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

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

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

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

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

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

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