#EFA966

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

Shades of Sandy Brown #EFA966

Tints of Sandy Brown #EFA966

Color information

#EFA966 (or 0xEFA966) is unknown color: approx Sandy Brown. HEX triplet: EF, A9 and 66. RGB value is (239,169,102). Sum of RGB (Red+Green+Blue) = 239+169+102=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA966 is #105699. Grayscale: #B6B6B6. Windows color (decimal): -1070746 or 6728175. OLE color: 6728175.

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

Color convert

RGB239169102-
CMYK00.290.570.06
HSL29.34º81.07%66.86%-
HSV(B)29.34º57.32%93.73%-
XYZ52.1847.6919.02-
YUV182.2982.69168.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 102 (40.23% from 255) = 20%
R=46.86%
G=33.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916910200.290.570.0629.3481.0766.86
HexEFA96601D3961d5143
Octal35725114603571635121103
Binary111011111010100111001100111011110011101110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA966; }

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

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

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

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

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

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

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

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