Html Css Color HEX #EFAB8E Tonys Pink

📋 copy color: '#EFAB8E'

red 239 ◦ green 171 ◦ blue 142

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

Shades of Tonys Pink #EFAB8E

Tints of Tonys Pink #EFAB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.72%

R = 43.3%
G = 30.98%
B = 25.72%

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

#EFAB8E (or 0xEFAB8E) is known color: Tonys Pink. HEX triplet: EF, AB and 8E. RGB value is (239,171,142). Sum of RGB (Red+Green+Blue) = 239+171+142=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB8E is #105471. Grayscale: #BCBCBC. Windows color (decimal): -1070194 or 9350127. OLE color: 9350127.

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

Color convert

RGB 239 171 142 -
CMYK 0 0.28 0.41 0.06
HSL 17.94º 0.75% 0.75% -
HSV(B) 17.94º 0.41% 0.94% -
XYZ 55.04 49.43 32.23 -
YUV 188.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 239 171 142 0 0.28 0.41 0.06 17.94 0.75 0.75
Hex EF AB 8E 0 1C 29 6 12 4B 4B
Octal 357 253 216 0 34 51 6 22 113 113
Binary 11101111 10101011 10001110 0 11100 101001 110 10010 1001011 1001011

Color Harmonies of #EFAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB8E

Black with #EFAB8E

Text Example


Text Example

White with #EFAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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