#EFA459

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

Shades of Sandy Brown #EFA459

Tints of Sandy Brown #EFA459

Color information

#EFA459 (or 0xEFA459) is unknown color: approx Sandy Brown. HEX triplet: EF, A4 and 59. RGB value is (239,164,89). Sum of RGB (Red+Green+Blue) = 239+164+89=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA459 is #105BA6. Grayscale: #B2B2B2. Windows color (decimal): -1072039 or 5874927. OLE color: 5874927.

HSL color Cylindrical-coordinate representation of color #EFA459: hue angle of 30º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFA459 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB23916489-
CMYK00.310.630.06
HSL30º82.42%64.31%-
HSV(B)30º62.76%93.73%-
XYZ50.6845.6215.59-
YUV177.8877.85171.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 18.09%
R=48.58%
G=33.33%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391648900.310.630.063082.4264.31
HexEFA45901F3F61e5240
Octal35724413103777636122100
Binary111011111010010010110010111111111111101111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA459; }

 p { color: rgb(239,164,89); }

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

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

 a { background-color: rgb(239,164,89); }

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

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

 span { border-color: rgb(239,164,89); }

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