Html Css Color HEX #EFA195 Tonys Pink

📋 copy color: '#EFA195'

red 239 ◦ green 161 ◦ blue 149

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

Shades of Tonys Pink #EFA195

Tints of Tonys Pink #EFA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.33%

 BLUE value IS 149 (58.59% from 255) = 27.14%

R = 43.53%
G = 29.33%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFA195 (or 0xEFA195) is known color: Tonys Pink. HEX triplet: EF, A1 and 95. RGB value is (239,161,149). Sum of RGB (Red+Green+Blue) = 239+161+149=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA195 is #105E6A. Grayscale: #B7B7B7. Windows color (decimal): -1072747 or 9806319. OLE color: 9806319.

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

Color convert

RGB 239 161 149 -
CMYK 0 0.33 0.38 0.06
HSL 0.74% 0.76% -
HSV(B) 0.38% 0.94% -
XYZ 53.77 46.01 34.48 -
YUV 182.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 239 161 149 0 0.33 0.38 0.06 8 0.74 0.76
Hex EF A1 95 0 21 26 6 8 4A 4C
Octal 357 241 225 0 41 46 6 10 112 114
Binary 11101111 10100001 10010101 0 100001 100110 110 1000 1001010 1001100

Color Harmonies of #EFA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA195

Black with #EFA195

Text Example


Text Example

White with #EFA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA195; }

 p { color: rgb(239,161,149); }

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

background-color css

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

 a { background-color: rgb(239,161,149); }

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

border-color css

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

 span { border-color: rgb(239,161,149); }

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