Html Css Color HEX #EFA08D Tonys Pink

📋 copy color: '#EFA08D'

red 239 ◦ green 160 ◦ blue 141

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

Shades of Tonys Pink #EFA08D

Tints of Tonys Pink #EFA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.63%

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 44.26%
G = 29.63%
B = 26.11%

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

#EFA08D (or 0xEFA08D) is known color: Tonys Pink. HEX triplet: EF, A0 and 8D. RGB value is (239,160,141). Sum of RGB (Red+Green+Blue) = 239+160+141=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA08D is #105F72. Grayscale: #B5B5B5. Windows color (decimal): -1073011 or 9281775. OLE color: 9281775.

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

Color convert

RGB 239 160 141 -
CMYK 0 0.33 0.41 0.06
HSL 11.63º 0.75% 0.75% -
HSV(B) 11.63º 0.41% 0.94% -
XYZ 52.98 45.42 31.17 -
YUV 181.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 239 160 141 0 0.33 0.41 0.06 11.63 0.75 0.75
Hex EF A0 8D 0 21 29 6 C 4B 4B
Octal 357 240 215 0 41 51 6 14 113 113
Binary 11101111 10100000 10001101 0 100001 101001 110 1100 1001011 1001011

Color Harmonies of #EFA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA08D

Black with #EFA08D

Text Example


Text Example

White with #EFA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA08D; }

 p { color: rgb(239,160,141); }

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

background-color css

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

 a { background-color: rgb(239,160,141); }

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

border-color css

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

 span { border-color: rgb(239,160,141); }

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