#EFA863

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

Shades of Sandy Brown #EFA863

Tints of Sandy Brown #EFA863

Color information

#EFA863 (or 0xEFA863) is unknown color: approx Sandy Brown. HEX triplet: EF, A8 and 63. RGB value is (239,168,99). Sum of RGB (Red+Green+Blue) = 239+168+99=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA863 is #10579C. Grayscale: #B5B5B5. Windows color (decimal): -1071005 or 6531311. OLE color: 6531311.

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

Color convert

RGB23916899-
CMYK00.300.590.06
HSL29.57º81.4%66.27%-
HSV(B)29.57º58.58%93.73%-
XYZ51.8547.2618.19-
YUV181.3681.52169.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 99 (39.06% from 255) = 19.57%
R=47.23%
G=33.20%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391689900.300.590.0629.5781.466.27
HexEFA86301E3B61e5142
Octal35725014303673636121102
Binary111011111010100011000110111101110111101111010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA863; }

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

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

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

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

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

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

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

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