Html Css Color HEX #EFAA8A Tonys Pink

📋 copy color: '#EFAA8A'

red 239 ◦ green 170 ◦ blue 138

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

Shades of Tonys Pink #EFAA8A

Tints of Tonys Pink #EFAA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 138 (54.3% from 255) = 25.23%

R = 43.69%
G = 31.08%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFAA8A (or 0xEFAA8A) is known color: Tonys Pink. HEX triplet: EF, AA and 8A. RGB value is (239,170,138). Sum of RGB (Red+Green+Blue) = 239+170+138=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA8A is #105575. Grayscale: #BBBBBB. Windows color (decimal): -1070454 or 9087727. OLE color: 9087727.

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

Color convert

RGB 239 170 138 -
CMYK 0 0.29 0.42 0.06
HSL 19.01º 0.76% 0.74% -
HSV(B) 19.01º 0.42% 0.94% -
XYZ 54.56 48.94 30.61 -
YUV 186.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 239 170 138 0 0.29 0.42 0.06 19.01 0.76 0.74
Hex EF AA 8A 0 1D 2A 6 13 4C 4A
Octal 357 252 212 0 35 52 6 23 114 112
Binary 11101111 10101010 10001010 0 11101 101010 110 10011 1001100 1001010

Color Harmonies of #EFAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA8A

Black with #EFAA8A

Text Example


Text Example

White with #EFAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA8A; }

 p { color: rgb(239,170,138); }

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

background-color css

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

 a { background-color: rgb(239,170,138); }

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

border-color css

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

 span { border-color: rgb(239,170,138); }

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