Html Css Color HEX #EFA094 Tonys Pink

📋 copy color: '#EFA094'

red 239 ◦ green 160 ◦ blue 148

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

Shades of Tonys Pink #EFA094

Tints of Tonys Pink #EFA094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 43.69%
G = 29.25%
B = 27.06%

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

#EFA094 (or 0xEFA094) is known color: Tonys Pink. HEX triplet: EF, A0 and 94. RGB value is (239,160,148). Sum of RGB (Red+Green+Blue) = 239+160+148=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA094 is #105F6B. Grayscale: #B6B6B6. Windows color (decimal): -1073004 or 9740527. OLE color: 9740527.

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

Color convert

RGB 239 160 148 -
CMYK 0 0.33 0.38 0.06
HSL 7.91º 0.74% 0.76% -
HSV(B) 7.91º 0.38% 0.94% -
XYZ 53.51 45.63 34 -
YUV 182.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 239 160 148 0 0.33 0.38 0.06 7.91 0.74 0.76
Hex EF A0 94 0 21 26 6 8 4A 4C
Octal 357 240 224 0 41 46 6 10 112 114
Binary 11101111 10100000 10010100 0 100001 100110 110 1000 1001010 1001100

Color Harmonies of #EFA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA094

Black with #EFA094

Text Example


Text Example

White with #EFA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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