Html Css Color HEX #EFA48C Tonys Pink

📋 copy color: '#EFA48C'

red 239 ◦ green 164 ◦ blue 140

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

Shades of Tonys Pink #EFA48C

Tints of Tonys Pink #EFA48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.2%

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

R = 44.01%
G = 30.2%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFA48C (or 0xEFA48C) is known color: Tonys Pink. HEX triplet: EF, A4 and 8C. RGB value is (239,164,140). Sum of RGB (Red+Green+Blue) = 239+164+140=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA48C is #105B73. Grayscale: #B7B7B7. Windows color (decimal): -1071988 or 9217263. OLE color: 9217263.

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

Color convert

RGB 239 164 140 -
CMYK 0 0.31 0.41 0.06
HSL 14.55º 0.76% 0.74% -
HSV(B) 14.55º 0.41% 0.94% -
XYZ 53.61 46.8 31.02 -
YUV 183.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 239 164 140 0 0.31 0.41 0.06 14.55 0.76 0.74
Hex EF A4 8C 0 1F 29 6 F 4C 4A
Octal 357 244 214 0 37 51 6 17 114 112
Binary 11101111 10100100 10001100 0 11111 101001 110 1111 1001100 1001010

Color Harmonies of #EFA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA48C

Black with #EFA48C

Text Example


Text Example

White with #EFA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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