Html Css Color HEX #EFA06F Hit Pink

📋 copy color: '#EFA06F'

red 239 ◦ green 160 ◦ blue 111

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

Shades of Hit Pink #EFA06F

Tints of Hit Pink #EFA06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.76%

R = 46.86%
G = 31.37%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFA06F (or 0xEFA06F) is known color: Hit Pink. HEX triplet: EF, A0 and 6F. RGB value is (239,160,111). Sum of RGB (Red+Green+Blue) = 239+160+111=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA06F is #105F90. Grayscale: #B2B2B2. Windows color (decimal): -1073041 or 7315695. OLE color: 7315695.

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

Color convert

RGB 239 160 111 -
CMYK 0 0.33 0.54 0.06
HSL 22.97º 0.8% 0.69% -
HSV(B) 22.97º 0.54% 0.94% -
XYZ 51.04 44.64 20.97 -
YUV 178.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 239 160 111 0 0.33 0.54 0.06 22.97 0.8 0.69
Hex EF A0 6F 0 21 36 6 17 50 45
Octal 357 240 157 0 41 66 6 27 120 105
Binary 11101111 10100000 1101111 0 100001 110110 110 10111 1010000 1000101

Color Harmonies of #EFA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA06F

Black with #EFA06F

Text Example


Text Example

White with #EFA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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