Html Css Color HEX #EFA091 Tonys Pink

📋 copy color: '#EFA091'

red 239 ◦ green 160 ◦ blue 145

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

Shades of Tonys Pink #EFA091

Tints of Tonys Pink #EFA091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.65%

R = 43.93%
G = 29.41%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFA091 (or 0xEFA091) is known color: Tonys Pink. HEX triplet: EF, A0 and 91. RGB value is (239,160,145). Sum of RGB (Red+Green+Blue) = 239+160+145=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA091 is #105F6E. Grayscale: #B6B6B6. Windows color (decimal): -1073007 or 9543919. OLE color: 9543919.

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

Color convert

RGB 239 160 145 -
CMYK 0 0.33 0.39 0.06
HSL 9.57º 0.75% 0.75% -
HSV(B) 9.57º 0.39% 0.94% -
XYZ 53.28 45.54 32.77 -
YUV 181.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 239 160 145 0 0.33 0.39 0.06 9.57 0.75 0.75
Hex EF A0 91 0 21 27 6 A 4B 4B
Octal 357 240 221 0 41 47 6 12 113 113
Binary 11101111 10100000 10010001 0 100001 100111 110 1010 1001011 1001011

Color Harmonies of #EFA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA091

Black with #EFA091

Text Example


Text Example

White with #EFA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA091; }

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

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

background-color css

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

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

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

border-color css

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

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

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