Html Css Color HEX #EFA370 Hit Pink

📋 copy color: '#EFA370'

red 239 ◦ green 163 ◦ blue 112

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

Shades of Hit Pink #EFA370

Tints of Hit Pink #EFA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.71%

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

R = 46.5%
G = 31.71%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFA370 (or 0xEFA370) is known color: Hit Pink. HEX triplet: EF, A3 and 70. RGB value is (239,163,112). Sum of RGB (Red+Green+Blue) = 239+163+112=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA370 is #105C8F. Grayscale: #B4B4B4. Windows color (decimal): -1072272 or 7381999. OLE color: 7381999.

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

Color convert

RGB 239 163 112 -
CMYK 0 0.32 0.53 0.06
HSL 24.09º 0.8% 0.69% -
HSV(B) 24.09º 0.53% 0.94% -
XYZ 51.62 45.71 21.43 -
YUV 179.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 239 163 112 0 0.32 0.53 0.06 24.09 0.8 0.69
Hex EF A3 70 0 20 35 6 18 50 45
Octal 357 243 160 0 40 65 6 30 120 105
Binary 11101111 10100011 1110000 0 100000 110101 110 11000 1010000 1000101

Color Harmonies of #EFA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA370

Black with #EFA370

Text Example


Text Example

White with #EFA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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