Html Css Color HEX #EFA892 Tonys Pink

📋 copy color: '#EFA892'

red 239 ◦ green 168 ◦ blue 146

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

Shades of Tonys Pink #EFA892

Tints of Tonys Pink #EFA892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

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

R = 43.22%
G = 30.38%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFA892 (or 0xEFA892) is known color: Tonys Pink. HEX triplet: EF, A8 and 92. RGB value is (239,168,146). Sum of RGB (Red+Green+Blue) = 239+168+146=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA892 is #10576D. Grayscale: #BABABA. Windows color (decimal): -1070958 or 9611503. OLE color: 9611503.

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

Color convert

RGB 239 168 146 -
CMYK 0 0.30 0.39 0.06
HSL 14.19º 0.74% 0.75% -
HSV(B) 14.19º 0.39% 0.94% -
XYZ 54.79 48.43 33.65 -
YUV 186.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 239 168 146 0 0.30 0.39 0.06 14.19 0.74 0.75
Hex EF A8 92 0 1E 27 6 E 4A 4B
Octal 357 250 222 0 36 47 6 16 112 113
Binary 11101111 10101000 10010010 0 11110 100111 110 1110 1001010 1001011

Color Harmonies of #EFA892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA892

Black with #EFA892

Text Example


Text Example

White with #EFA892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA892; }

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

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

background-color css

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

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

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

border-color css

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

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

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