Html Css Color HEX #EFA18C Tonys Pink

📋 copy color: '#EFA18C'

red 239 ◦ green 161 ◦ blue 140

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

Shades of Tonys Pink #EFA18C

Tints of Tonys Pink #EFA18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.81%

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

R = 44.26%
G = 29.81%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFA18C (or 0xEFA18C) is known color: Tonys Pink. HEX triplet: EF, A1 and 8C. RGB value is (239,161,140). Sum of RGB (Red+Green+Blue) = 239+161+140=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA18C is #105E73. Grayscale: #B6B6B6. Windows color (decimal): -1072756 or 9216495. OLE color: 9216495.

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

Color convert

RGB 239 161 140 -
CMYK 0 0.33 0.41 0.06
HSL 12.73º 0.76% 0.74% -
HSV(B) 12.73º 0.41% 0.94% -
XYZ 53.08 45.73 30.84 -
YUV 181.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 239 161 140 0 0.33 0.41 0.06 12.73 0.76 0.74
Hex EF A1 8C 0 21 29 6 D 4C 4A
Octal 357 241 214 0 41 51 6 15 114 112
Binary 11101111 10100001 10001100 0 100001 101001 110 1101 1001100 1001010

Color Harmonies of #EFA18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA18C

Black with #EFA18C

Text Example


Text Example

White with #EFA18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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