#EFA564

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

Shades of Sandy Brown #EFA564

Tints of Sandy Brown #EFA564

Color information

#EFA564 (or 0xEFA564) is unknown color: approx Sandy Brown. HEX triplet: EF, A5 and 64. RGB value is (239,165,100). Sum of RGB (Red+Green+Blue) = 239+165+100=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA564 is #105A9B. Grayscale: #B4B4B4. Windows color (decimal): -1071772 or 6596079. OLE color: 6596079.

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

Color convert

RGB239165100-
CMYK00.310.580.06
HSL28.06º81.29%66.47%-
HSV(B)28.06º58.16%93.73%-
XYZ51.3546.1818.26-
YUV179.7283.02170.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 100 (39.45% from 255) = 19.84%
R=47.42%
G=32.74%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916510000.310.580.0628.0681.2966.47
HexEFA56401F3A61c5142
Octal35724514403772634121102
Binary111011111010010111001000111111110101101110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA564; }

 p { color: rgb(239,165,100); }

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

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

 a { background-color: rgb(239,165,100); }

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

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

 span { border-color: rgb(239,165,100); }

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