Html Css Color HEX #EFAB8D Tonys Pink

📋 copy color: '#EFAB8D'

red 239 ◦ green 171 ◦ blue 141

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

Shades of Tonys Pink #EFAB8D

Tints of Tonys Pink #EFAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 43.38%
G = 31.03%
B = 25.59%

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

#EFAB8D (or 0xEFAB8D) is known color: Tonys Pink. HEX triplet: EF, AB and 8D. RGB value is (239,171,141). Sum of RGB (Red+Green+Blue) = 239+171+141=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB8D is #105472. Grayscale: #BCBCBC. Windows color (decimal): -1070195 or 9284591. OLE color: 9284591.

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

Color convert

RGB 239 171 141 -
CMYK 0 0.28 0.41 0.06
HSL 18.37º 0.75% 0.75% -
HSV(B) 18.37º 0.41% 0.94% -
XYZ 54.97 49.4 31.84 -
YUV 187.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 239 171 141 0 0.28 0.41 0.06 18.37 0.75 0.75
Hex EF AB 8D 0 1C 29 6 12 4B 4B
Octal 357 253 215 0 34 51 6 22 113 113
Binary 11101111 10101011 10001101 0 11100 101001 110 10010 1001011 1001011

Color Harmonies of #EFAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB8D

Black with #EFAB8D

Text Example


Text Example

White with #EFAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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