Html Css Color HEX #EFA093 Tonys Pink

📋 copy color: '#EFA093'

red 239 ◦ green 160 ◦ blue 147

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

Shades of Tonys Pink #EFA093

Tints of Tonys Pink #EFA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 43.77%
G = 29.3%
B = 26.92%

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

#EFA093 (or 0xEFA093) is known color: Tonys Pink. HEX triplet: EF, A0 and 93. RGB value is (239,160,147). Sum of RGB (Red+Green+Blue) = 239+160+147=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA093 is #105F6C. Grayscale: #B6B6B6. Windows color (decimal): -1073005 or 9674991. OLE color: 9674991.

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

Color convert

RGB 239 160 147 -
CMYK 0 0.33 0.38 0.06
HSL 8.48º 0.74% 0.76% -
HSV(B) 8.48º 0.38% 0.94% -
XYZ 53.43 45.6 33.59 -
YUV 182.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 239 160 147 0 0.33 0.38 0.06 8.48 0.74 0.76
Hex EF A0 93 0 21 26 6 8 4A 4C
Octal 357 240 223 0 41 46 6 10 112 114
Binary 11101111 10100000 10010011 0 100001 100110 110 1000 1001010 1001100

Color Harmonies of #EFA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA093

Black with #EFA093

Text Example


Text Example

White with #EFA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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