#EFAD66

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

Shades of Sandy Brown #EFAD66

Tints of Sandy Brown #EFAD66

Color information

#EFAD66 (or 0xEFAD66) is unknown color: approx Sandy Brown. HEX triplet: EF, AD and 66. RGB value is (239,173,102). Sum of RGB (Red+Green+Blue) = 239+173+102=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD66 is #105299. Grayscale: #B8B8B8. Windows color (decimal): -1069722 or 6729199. OLE color: 6729199.

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

Color convert

RGB239173102-
CMYK00.280.570.06
HSL31.09º81.07%66.86%-
HSV(B)31.09º57.32%93.73%-
XYZ52.9449.219.28-
YUV184.6481.37166.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 102 (40.23% from 255) = 19.84%
R=46.50%
G=33.66%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917310200.280.570.0631.0981.0766.86
HexEFAD6601C3961f5143
Octal35725514603471637121103
Binary111011111010110111001100111001110011101111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD66; }

 p { color: rgb(239,173,102); }

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

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

 a { background-color: rgb(239,173,102); }

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

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

 span { border-color: rgb(239,173,102); }

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