#EFA46D

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

Shades of Sandy Brown #EFA46D

Tints of Sandy Brown #EFA46D

Color information

#EFA46D (or 0xEFA46D) is unknown color: approx Sandy Brown. HEX triplet: EF, A4 and 6D. RGB value is (239,164,109). Sum of RGB (Red+Green+Blue) = 239+164+109=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA46D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA46D is #105B92. Grayscale: #B4B4B4. Windows color (decimal): -1072019 or 7185647. OLE color: 7185647.

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

Color convert

RGB239164109-
CMYK00.310.540.06
HSL25.38º80.25%68.24%-
HSV(B)25.38º54.39%93.73%-
XYZ51.6346.0120.63-
YUV180.1587.85169.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=46.68%
G=32.03%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916410900.310.540.0625.3880.2568.24
HexEFA46D01F366195044
Octal35724415503766631120104
Binary111011111010010011011010111111101101101100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA46D; }

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

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

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

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

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

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

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

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