Html Css Color HEX #EFA071 Hit Pink

📋 copy color: '#EFA071'

red 239 ◦ green 160 ◦ blue 113

#EFA071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #EFA071

Tints of Hit Pink #EFA071

RGB

 RED value IS 239 (93.75% from 255) = 46.68%

 GREEN value IS 160 (62.89% from 255) = 31.25%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 46.68%
G = 31.25%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFA071 (or 0xEFA071) is known color: Hit Pink. HEX triplet: EF, A0 and 71. RGB value is (239,160,113). Sum of RGB (Red+Green+Blue) = 239+160+113=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA071 is #105F8E. Grayscale: #B2B2B2. Windows color (decimal): -1073039 or 7446767. OLE color: 7446767.

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

Color convert

RGB 239 160 113 -
CMYK 0 0.33 0.53 0.06
HSL 22.38º 0.8% 0.69% -
HSV(B) 22.38º 0.53% 0.94% -
XYZ 51.15 44.68 21.55 -
YUV 178.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 239 160 113 0 0.33 0.53 0.06 22.38 0.8 0.69
Hex EF A0 71 0 21 35 6 16 50 45
Octal 357 240 161 0 41 65 6 26 120 105
Binary 11101111 10100000 1110001 0 100001 110101 110 10110 1010000 1000101

Color Harmonies of #EFA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA071

Black with #EFA071

Text Example


Text Example

White with #EFA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA071; }

 p { color: rgb(239,160,113); }

 H1.HeaderClassName
 {
   color: #EFA071;
 }
 .AnyTagClassName
 {
   color: #EFA071;
 }
</style>

background-color css

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

 a { background-color: rgb(239,160,113); }

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

border-color css

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

 span { border-color: rgb(239,160,113); }

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