Html Css Color HEX #EFA18B Tonys Pink

📋 copy color: '#EFA18B'

red 239 ◦ green 161 ◦ blue 139

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

Shades of Tonys Pink #EFA18B

Tints of Tonys Pink #EFA18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.79%

R = 44.34%
G = 29.87%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFA18B (or 0xEFA18B) is known color: Tonys Pink. HEX triplet: EF, A1 and 8B. RGB value is (239,161,139). Sum of RGB (Red+Green+Blue) = 239+161+139=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA18B is #105E74. Grayscale: #B5B5B5. Windows color (decimal): -1072757 or 9150959. OLE color: 9150959.

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

Color convert

RGB 239 161 139 -
CMYK 0 0.33 0.42 0.06
HSL 13.2º 0.76% 0.74% -
HSV(B) 13.2º 0.42% 0.94% -
XYZ 53 45.7 30.45 -
YUV 181.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 239 161 139 0 0.33 0.42 0.06 13.2 0.76 0.74
Hex EF A1 8B 0 21 2A 6 D 4C 4A
Octal 357 241 213 0 41 52 6 15 114 112
Binary 11101111 10100001 10001011 0 100001 101010 110 1101 1001100 1001010

Color Harmonies of #EFA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA18B

Black with #EFA18B

Text Example


Text Example

White with #EFA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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