Html Css Color HEX #EFA88C Tonys Pink

📋 copy color: '#EFA88C'

red 239 ◦ green 168 ◦ blue 140

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

Shades of Tonys Pink #EFA88C

Tints of Tonys Pink #EFA88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 43.69%
G = 30.71%
B = 25.59%

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

#EFA88C (or 0xEFA88C) is known color: Tonys Pink. HEX triplet: EF, A8 and 8C. RGB value is (239,168,140). Sum of RGB (Red+Green+Blue) = 239+168+140=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA88C is #105773. Grayscale: #BABABA. Windows color (decimal): -1070964 or 9218287. OLE color: 9218287.

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

Color convert

RGB 239 168 140 -
CMYK 0 0.30 0.41 0.06
HSL 16.97º 0.76% 0.74% -
HSV(B) 16.97º 0.41% 0.94% -
XYZ 54.33 48.25 31.26 -
YUV 186.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 239 168 140 0 0.30 0.41 0.06 16.97 0.76 0.74
Hex EF A8 8C 0 1E 29 6 11 4C 4A
Octal 357 250 214 0 36 51 6 21 114 112
Binary 11101111 10101000 10001100 0 11110 101001 110 10001 1001100 1001010

Color Harmonies of #EFA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA88C

Black with #EFA88C

Text Example


Text Example

White with #EFA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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