#EFA965

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

Shades of Sandy Brown #EFA965

Tints of Sandy Brown #EFA965

Color information

#EFA965 (or 0xEFA965) is unknown color: approx Sandy Brown. HEX triplet: EF, A9 and 65. RGB value is (239,169,101). Sum of RGB (Red+Green+Blue) = 239+169+101=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA965 is #10569A. Grayscale: #B6B6B6. Windows color (decimal): -1070747 or 6662639. OLE color: 6662639.

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

Color convert

RGB239169101-
CMYK00.290.580.06
HSL29.57º81.18%66.67%-
HSV(B)29.57º57.74%93.73%-
XYZ52.1347.6718.76-
YUV182.1882.19168.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 101 (39.84% from 255) = 19.84%
R=46.95%
G=33.20%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916910100.290.580.0629.5781.1866.67
HexEFA96501D3A61e5143
Octal35725114503572636121103
Binary111011111010100111001010111011110101101111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA965; }

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

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

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

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

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

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

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

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