Html Css Color HEX #EFA686 Tonys Pink

📋 copy color: '#EFA686'

red 239 ◦ green 166 ◦ blue 134

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

Shades of Tonys Pink #EFA686

Tints of Tonys Pink #EFA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.8%

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

R = 44.34%
G = 30.8%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFA686 (or 0xEFA686) is known color: Tonys Pink. HEX triplet: EF, A6 and 86. RGB value is (239,166,134). Sum of RGB (Red+Green+Blue) = 239+166+134=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA686 is #105979. Grayscale: #B8B8B8. Windows color (decimal): -1071482 or 8824559. OLE color: 8824559.

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

Color convert

RGB 239 166 134 -
CMYK 0 0.31 0.44 0.06
HSL 18.29º 0.77% 0.73% -
HSV(B) 18.29º 0.44% 0.94% -
XYZ 53.54 47.34 28.87 -
YUV 184.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 239 166 134 0 0.31 0.44 0.06 18.29 0.77 0.73
Hex EF A6 86 0 1F 2C 6 12 4D 49
Octal 357 246 206 0 37 54 6 22 115 111
Binary 11101111 10100110 10000110 0 11111 101100 110 10010 1001101 1001001

Color Harmonies of #EFA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA686

Black with #EFA686

Text Example


Text Example

White with #EFA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA686; }

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

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

background-color css

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

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

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

border-color css

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

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

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