Html Css Color HEX #EFA986 Tonys Pink

📋 copy color: '#EFA986'

red 239 ◦ green 169 ◦ blue 134

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

Shades of Tonys Pink #EFA986

Tints of Tonys Pink #EFA986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.18%

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 44.1%
G = 31.18%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFA986 (or 0xEFA986) is known color: Tonys Pink. HEX triplet: EF, A9 and 86. RGB value is (239,169,134). Sum of RGB (Red+Green+Blue) = 239+169+134=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA986 is #105679. Grayscale: #BABABA. Windows color (decimal): -1070714 or 8825327. OLE color: 8825327.

HSL color Cylindrical-coordinate representation of color #EFA986: hue angle of 20º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFA986 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 134 -
CMYK 0 0.29 0.44 0.06
HSL 20º 0.77% 0.73% -
HSV(B) 20º 0.44% 0.94% -
XYZ 54.09 48.45 29.05 -
YUV 185.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 239 169 134 0 0.29 0.44 0.06 20 0.77 0.73
Hex EF A9 86 0 1D 2C 6 14 4D 49
Octal 357 251 206 0 35 54 6 24 115 111
Binary 11101111 10101001 10000110 0 11101 101100 110 10100 1001101 1001001

Color Harmonies of #EFA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA986

Black with #EFA986

Text Example


Text Example

White with #EFA986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA986; }

 p { color: rgb(239,169,134); }

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

background-color css

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

 a { background-color: rgb(239,169,134); }

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

border-color css

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

 span { border-color: rgb(239,169,134); }

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