#EFA96C

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

Shades of Sandy Brown #EFA96C

Tints of Sandy Brown #EFA96C

Color information

#EFA96C (or 0xEFA96C) is unknown color: approx Sandy Brown. HEX triplet: EF, A9 and 6C. RGB value is (239,169,108). Sum of RGB (Red+Green+Blue) = 239+169+108=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA96C is #105693. Grayscale: #B7B7B7. Windows color (decimal): -1070740 or 7121391. OLE color: 7121391.

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

Color convert

RGB239169108-
CMYK00.290.550.06
HSL27.94º80.37%68.04%-
HSV(B)27.94º54.81%93.73%-
XYZ52.4947.8120.65-
YUV182.9885.69167.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 108 (42.58% from 255) = 20.93%
R=46.32%
G=32.75%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916910800.290.550.0627.9480.3768.04
HexEFA96C01D3761c5044
Octal35725115403567634120104
Binary111011111010100111011000111011101111101110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA96C; }

 p { color: rgb(239,169,108); }

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

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

 a { background-color: rgb(239,169,108); }

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

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

 span { border-color: rgb(239,169,108); }

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