#EFA263

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

Shades of Sandy Brown #EFA263

Tints of Sandy Brown #EFA263

Color information

#EFA263 (or 0xEFA263) is unknown color: approx Sandy Brown. HEX triplet: EF, A2 and 63. RGB value is (239,162,99). Sum of RGB (Red+Green+Blue) = 239+162+99=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA263 is #105D9C. Grayscale: #B2B2B2. Windows color (decimal): -1072541 or 6529775. OLE color: 6529775.

HSL color Cylindrical-coordinate representation of color #EFA263: hue angle of 27º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFA263 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB23916299-
CMYK00.320.590.06
HSL27º81.4%66.27%-
HSV(B)27º58.58%93.73%-
XYZ50.7745.0917.83-
YUV177.8483.51171.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=47.8%
G=32.4%
B=19.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391629900.320.590.062781.466.27
HexEFA2630203B61b5142
Octal35724214304073633121102
Binary1110111110100010110001101000001110111101101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA263; }

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

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

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

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

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

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

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

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