Html Css Color HEX #EFAB8C Tonys Pink

📋 copy color: '#EFAB8C'

red 239 ◦ green 171 ◦ blue 140

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

Shades of Tonys Pink #EFAB8C

Tints of Tonys Pink #EFAB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.09%

 BLUE value IS 140 (55.08% from 255) = 25.45%

R = 43.45%
G = 31.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFAB8C (or 0xEFAB8C) is known color: Tonys Pink. HEX triplet: EF, AB and 8C. RGB value is (239,171,140). Sum of RGB (Red+Green+Blue) = 239+171+140=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB8C is #105473. Grayscale: #BBBBBB. Windows color (decimal): -1070196 or 9219055. OLE color: 9219055.

HSL color Cylindrical-coordinate representation of color #EFAB8C: hue angle of 18.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFAB8C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 140 -
CMYK 0 0.28 0.41 0.06
HSL 18.79º 0.76% 0.74% -
HSV(B) 18.79º 0.41% 0.94% -
XYZ 54.89 49.37 31.45 -
YUV 187.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 239 171 140 0 0.28 0.41 0.06 18.79 0.76 0.74
Hex EF AB 8C 0 1C 29 6 13 4C 4A
Octal 357 253 214 0 34 51 6 23 114 112
Binary 11101111 10101011 10001100 0 11100 101001 110 10011 1001100 1001010

Color Harmonies of #EFAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB8C

Black with #EFAB8C

Text Example


Text Example

White with #EFAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB8C; }

 p { color: rgb(239,171,140); }

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

background-color css

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

 a { background-color: rgb(239,171,140); }

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

border-color css

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

 span { border-color: rgb(239,171,140); }

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