Html Css Color HEX #EFA08A Tonys Pink

📋 copy color: '#EFA08A'

red 239 ◦ green 160 ◦ blue 138

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

Shades of Tonys Pink #EFA08A

Tints of Tonys Pink #EFA08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.7%

R = 44.51%
G = 29.8%
B = 25.7%

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

#EFA08A (or 0xEFA08A) is known color: Tonys Pink. HEX triplet: EF, A0 and 8A. RGB value is (239,160,138). Sum of RGB (Red+Green+Blue) = 239+160+138=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA08A is #105F75. Grayscale: #B5B5B5. Windows color (decimal): -1073014 or 9085167. OLE color: 9085167.

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

Color convert

RGB 239 160 138 -
CMYK 0 0.33 0.42 0.06
HSL 13.07º 0.76% 0.74% -
HSV(B) 13.07º 0.42% 0.94% -
XYZ 52.75 45.33 30.01 -
YUV 181.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 239 160 138 0 0.33 0.42 0.06 13.07 0.76 0.74
Hex EF A0 8A 0 21 2A 6 D 4C 4A
Octal 357 240 212 0 41 52 6 15 114 112
Binary 11101111 10100000 10001010 0 100001 101010 110 1101 1001100 1001010

Color Harmonies of #EFA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA08A

Black with #EFA08A

Text Example


Text Example

White with #EFA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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