Html Css Color HEX #EFA394 Tonys Pink

📋 copy color: '#EFA394'

red 239 ◦ green 163 ◦ blue 148

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

Shades of Tonys Pink #EFA394

Tints of Tonys Pink #EFA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.64%

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

R = 43.45%
G = 29.64%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFA394 (or 0xEFA394) is known color: Tonys Pink. HEX triplet: EF, A3 and 94. RGB value is (239,163,148). Sum of RGB (Red+Green+Blue) = 239+163+148=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA394 is #105C6B. Grayscale: #B8B8B8. Windows color (decimal): -1072236 or 9741295. OLE color: 9741295.

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

Color convert

RGB 239 163 148 -
CMYK 0 0.32 0.38 0.06
HSL 9.89º 0.74% 0.76% -
HSV(B) 9.89º 0.38% 0.94% -
XYZ 54.04 46.68 34.18 -
YUV 184.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 239 163 148 0 0.32 0.38 0.06 9.89 0.74 0.76
Hex EF A3 94 0 20 26 6 A 4A 4C
Octal 357 243 224 0 40 46 6 12 112 114
Binary 11101111 10100011 10010100 0 100000 100110 110 1010 1001010 1001100

Color Harmonies of #EFA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA394

Black with #EFA394

Text Example


Text Example

White with #EFA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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