Html Css Color HEX #EFA087 Tonys Pink

📋 copy color: '#EFA087'

red 239 ◦ green 160 ◦ blue 135

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

Shades of Tonys Pink #EFA087

Tints of Tonys Pink #EFA087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.28%

R = 44.76%
G = 29.96%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFA087 (or 0xEFA087) is known color: Tonys Pink. HEX triplet: EF, A0 and 87. RGB value is (239,160,135). Sum of RGB (Red+Green+Blue) = 239+160+135=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA087 is #105F78. Grayscale: #B4B4B4. Windows color (decimal): -1073017 or 8888559. OLE color: 8888559.

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

Color convert

RGB 239 160 135 -
CMYK 0 0.33 0.44 0.06
HSL 14.42º 0.76% 0.73% -
HSV(B) 14.42º 0.44% 0.94% -
XYZ 52.54 45.24 28.88 -
YUV 180.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 239 160 135 0 0.33 0.44 0.06 14.42 0.76 0.73
Hex EF A0 87 0 21 2C 6 E 4C 49
Octal 357 240 207 0 41 54 6 16 114 111
Binary 11101111 10100000 10000111 0 100001 101100 110 1110 1001100 1001001

Color Harmonies of #EFA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA087

Black with #EFA087

Text Example


Text Example

White with #EFA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA087; }

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

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

background-color css

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

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

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

border-color css

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

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

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