Html Css Color HEX #EFA070 Hit Pink

📋 copy color: '#EFA070'

red 239 ◦ green 160 ◦ blue 112

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

Shades of Hit Pink #EFA070

Tints of Hit Pink #EFA070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.92%

R = 46.77%
G = 31.31%
B = 21.92%

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

#EFA070 (or 0xEFA070) is known color: Hit Pink. HEX triplet: EF, A0 and 70. RGB value is (239,160,112). Sum of RGB (Red+Green+Blue) = 239+160+112=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA070 is #105F8F. Grayscale: #B2B2B2. Windows color (decimal): -1073040 or 7381231. OLE color: 7381231.

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

Color convert

RGB 239 160 112 -
CMYK 0 0.33 0.53 0.06
HSL 22.68º 0.8% 0.69% -
HSV(B) 22.68º 0.53% 0.94% -
XYZ 51.09 44.66 21.26 -
YUV 178.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 239 160 112 0 0.33 0.53 0.06 22.68 0.8 0.69
Hex EF A0 70 0 21 35 6 17 50 45
Octal 357 240 160 0 41 65 6 27 120 105
Binary 11101111 10100000 1110000 0 100001 110101 110 10111 1010000 1000101

Color Harmonies of #EFA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA070

Black with #EFA070

Text Example


Text Example

White with #EFA070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA070; }

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

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

background-color css

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

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

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

border-color css

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

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

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