#EFA16E

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

Shades of Hit Pink #EFA16E

Tints of Hit Pink #EFA16E

Color information

#EFA16E (or 0xEFA16E) is unknown color: approx Hit Pink. HEX triplet: EF, A1 and 6E. RGB value is (239,161,110). Sum of RGB (Red+Green+Blue) = 239+161+110=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA16E is #105E91. Grayscale: #B2B2B2. Windows color (decimal): -1072786 or 7250415. OLE color: 7250415.

HSL color Cylindrical-coordinate representation of color #EFA16E: hue angle of 23.72º 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 #EFA16E is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239161110-
CMYK00.330.540.06
HSL23.72º80.12%68.43%-
HSV(B)23.72º53.97%93.73%-
XYZ51.1644.9720.73-
YUV178.5189.34171.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 110 (43.36% from 255) = 21.57%
R=46.86%
G=31.57%
B=21.57%

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
Decimal23916111000.330.540.0623.7280.1268.43
HexEFA16E021366185044
Octal35724115604166630120104
Binary1110111110100001110111001000011101101101100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA16E; }

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

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

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

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

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

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

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

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