#EFA16D

Color #EFA16D Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #EFA16D

Tints of Hit Pink #EFA16D

Color information

#EFA16D (or 0xEFA16D) is unknown color: approx Hit Pink. HEX triplet: EF, A1 and 6D. RGB value is (239,161,109). Sum of RGB (Red+Green+Blue) = 239+161+109=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA16D is #105E92. Grayscale: #B2B2B2. Windows color (decimal): -1072787 or 7184879. OLE color: 7184879.

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

Color convert

RGB239161109-
CMYK00.330.540.06
HSL24º80.25%68.24%-
HSV(B)24º54.39%93.73%-
XYZ51.144.9420.45-
YUV178.3988.84171.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=46.95%
G=31.63%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916110900.330.540.062480.2568.24
HexEFA16D021366185044
Octal35724115504166630120104
Binary1110111110100001110110101000011101101101100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA16D; }

 p { color: rgb(239,161,109); }

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

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

 a { background-color: rgb(239,161,109); }

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

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

 span { border-color: rgb(239,161,109); }

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