Html Css Color HEX #EFA88E Tonys Pink

📋 copy color: '#EFA88E'

red 239 ◦ green 168 ◦ blue 142

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

Shades of Tonys Pink #EFA88E

Tints of Tonys Pink #EFA88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.87%

R = 43.53%
G = 30.6%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFA88E (or 0xEFA88E) is known color: Tonys Pink. HEX triplet: EF, A8 and 8E. RGB value is (239,168,142). Sum of RGB (Red+Green+Blue) = 239+168+142=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA88E is #105771. Grayscale: #BABABA. Windows color (decimal): -1070962 or 9349359. OLE color: 9349359.

HSL color Cylindrical-coordinate representation of color #EFA88E: hue angle of 16.08º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFA88E is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 142 -
CMYK 0 0.30 0.41 0.06
HSL 16.08º 0.75% 0.75% -
HSV(B) 16.08º 0.41% 0.94% -
XYZ 54.48 48.31 32.04 -
YUV 186.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 239 168 142 0 0.30 0.41 0.06 16.08 0.75 0.75
Hex EF A8 8E 0 1E 29 6 10 4B 4B
Octal 357 250 216 0 36 51 6 20 113 113
Binary 11101111 10101000 10001110 0 11110 101001 110 10000 1001011 1001011

Color Harmonies of #EFA88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA88E

Black with #EFA88E

Text Example


Text Example

White with #EFA88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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