Html Css Color HEX #EFA089 Tonys Pink

📋 copy color: '#EFA089'

red 239 ◦ green 160 ◦ blue 137

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

Shades of Tonys Pink #EFA089

Tints of Tonys Pink #EFA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.85%

 BLUE value IS 137 (53.91% from 255) = 25.56%

R = 44.59%
G = 29.85%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFA089 (or 0xEFA089) is known color: Tonys Pink. HEX triplet: EF, A0 and 89. RGB value is (239,160,137). Sum of RGB (Red+Green+Blue) = 239+160+137=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA089 is #105F76. Grayscale: #B5B5B5. Windows color (decimal): -1073015 or 9019631. OLE color: 9019631.

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

Color convert

RGB 239 160 137 -
CMYK 0 0.33 0.43 0.06
HSL 13.53º 0.76% 0.74% -
HSV(B) 13.53º 0.43% 0.94% -
XYZ 52.68 45.3 29.63 -
YUV 181 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 239 160 137 0 0.33 0.43 0.06 13.53 0.76 0.74
Hex EF A0 89 0 21 2B 6 E 4C 4A
Octal 357 240 211 0 41 53 6 16 114 112
Binary 11101111 10100000 10001001 0 100001 101011 110 1110 1001100 1001010

Color Harmonies of #EFA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA089

Black with #EFA089

Text Example


Text Example

White with #EFA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA089; }

 p { color: rgb(239,160,137); }

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

background-color css

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

 a { background-color: rgb(239,160,137); }

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

border-color css

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

 span { border-color: rgb(239,160,137); }

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