#EFA769

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

Shades of Sandy Brown #EFA769

Tints of Sandy Brown #EFA769

Color information

#EFA769 (or 0xEFA769) is unknown color: approx Sandy Brown. HEX triplet: EF, A7 and 69. RGB value is (239,167,105). Sum of RGB (Red+Green+Blue) = 239+167+105=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA769 is #105896. Grayscale: #B5B5B5. Windows color (decimal): -1071255 or 6924271. OLE color: 6924271.

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

Color convert

RGB239167105-
CMYK00.300.560.06
HSL27.76º80.72%67.45%-
HSV(B)27.76º56.07%93.73%-
XYZ51.9747.0119.7-
YUV181.4684.85169.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 105 (41.41% from 255) = 20.55%
R=46.77%
G=32.68%
B=20.55%

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
Decimal23916710500.300.560.0627.7680.7267.45
HexEFA76901E3861c5143
Octal35724715103670634121103
Binary111011111010011111010010111101110001101110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA769; }

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

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

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

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

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

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

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

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