Html Css Color HEX #EFA092 Tonys Pink

📋 copy color: '#EFA092'

red 239 ◦ green 160 ◦ blue 146

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

Shades of Tonys Pink #EFA092

Tints of Tonys Pink #EFA092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.79%

R = 43.85%
G = 29.36%
B = 26.79%

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

#EFA092 (or 0xEFA092) is known color: Tonys Pink. HEX triplet: EF, A0 and 92. RGB value is (239,160,146). Sum of RGB (Red+Green+Blue) = 239+160+146=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA092 is #105F6D. Grayscale: #B6B6B6. Windows color (decimal): -1073006 or 9609455. OLE color: 9609455.

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

Color convert

RGB 239 160 146 -
CMYK 0 0.33 0.39 0.06
HSL 9.03º 0.74% 0.75% -
HSV(B) 9.03º 0.39% 0.94% -
XYZ 53.36 45.57 33.18 -
YUV 182.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 239 160 146 0 0.33 0.39 0.06 9.03 0.74 0.75
Hex EF A0 92 0 21 27 6 9 4A 4B
Octal 357 240 222 0 41 47 6 11 112 113
Binary 11101111 10100000 10010010 0 100001 100111 110 1001 1001010 1001011

Color Harmonies of #EFA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA092

Black with #EFA092

Text Example


Text Example

White with #EFA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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