Html Css Color HEX #EFA470 Hit Pink

📋 copy color: '#EFA470'

red 239 ◦ green 164 ◦ blue 112

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

Shades of Hit Pink #EFA470

Tints of Hit Pink #EFA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.84%

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

R = 46.41%
G = 31.84%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFA470 (or 0xEFA470) is known color: Hit Pink. HEX triplet: EF, A4 and 70. RGB value is (239,164,112). Sum of RGB (Red+Green+Blue) = 239+164+112=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA470 is #105B8F. Grayscale: #B4B4B4. Windows color (decimal): -1072016 or 7382255. OLE color: 7382255.

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

Color convert

RGB 239 164 112 -
CMYK 0 0.31 0.53 0.06
HSL 24.57º 0.8% 0.69% -
HSV(B) 24.57º 0.53% 0.94% -
XYZ 51.8 46.07 21.49 -
YUV 180.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 239 164 112 0 0.31 0.53 0.06 24.57 0.8 0.69
Hex EF A4 70 0 1F 35 6 19 50 45
Octal 357 244 160 0 37 65 6 31 120 105
Binary 11101111 10100100 1110000 0 11111 110101 110 11001 1010000 1000101

Color Harmonies of #EFA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA470

Black with #EFA470

Text Example


Text Example

White with #EFA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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