#EFA26D

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

Shades of Sandy Brown #EFA26D

Tints of Sandy Brown #EFA26D

Color information

#EFA26D (or 0xEFA26D) is unknown color: approx Sandy Brown. HEX triplet: EF, A2 and 6D. RGB value is (239,162,109). Sum of RGB (Red+Green+Blue) = 239+162+109=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA26D is #105D92. Grayscale: #B3B3B3. Windows color (decimal): -1072531 or 7185135. OLE color: 7185135.

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

Color convert

RGB239162109-
CMYK00.320.540.06
HSL24.46º80.25%68.24%-
HSV(B)24.46º54.39%93.73%-
XYZ51.2845.320.51-
YUV178.9888.51170.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=46.86%
G=31.76%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916210900.320.540.0624.4680.2568.24
HexEFA26D020366185044
Octal35724215504066630120104
Binary1110111110100010110110101000001101101101100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA26D; }

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

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

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

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

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

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

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

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