Html Css Color HEX #EFA08B Tonys Pink

📋 copy color: '#EFA08B'

red 239 ◦ green 160 ◦ blue 139

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

Shades of Tonys Pink #EFA08B

Tints of Tonys Pink #EFA08B

RGB

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

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

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

R = 44.42%
G = 29.74%
B = 25.84%

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

#EFA08B (or 0xEFA08B) is known color: Tonys Pink. HEX triplet: EF, A0 and 8B. RGB value is (239,160,139). Sum of RGB (Red+Green+Blue) = 239+160+139=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA08B is #105F74. Grayscale: #B5B5B5. Windows color (decimal): -1073013 or 9150703. OLE color: 9150703.

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

Color convert

RGB 239 160 139 -
CMYK 0 0.33 0.42 0.06
HSL 12.6º 0.76% 0.74% -
HSV(B) 12.6º 0.42% 0.94% -
XYZ 52.83 45.36 30.4 -
YUV 181.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 239 160 139 0 0.33 0.42 0.06 12.6 0.76 0.74
Hex EF A0 8B 0 21 2A 6 D 4C 4A
Octal 357 240 213 0 41 52 6 15 114 112
Binary 11101111 10100000 10001011 0 100001 101010 110 1101 1001100 1001010

Color Harmonies of #EFA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA08B

Black with #EFA08B

Text Example


Text Example

White with #EFA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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