Html Css Color HEX #EF9D84 Tonys Pink

📋 copy color: '#EF9D84'

red 239 ◦ green 157 ◦ blue 132

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

Shades of Tonys Pink #EF9D84

Tints of Tonys Pink #EF9D84

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.73%

 BLUE value IS 132 (51.95% from 255) = 25%

R = 45.27%
G = 29.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF9D84 (or 0xEF9D84) is known color: Tonys Pink. HEX triplet: EF, 9D and 84. RGB value is (239,157,132). Sum of RGB (Red+Green+Blue) = 239+157+132=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9D84 is #10627B. Grayscale: #B2B2B2. Windows color (decimal): -1073788 or 8691183. OLE color: 8691183.

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

Color convert

RGB 239 157 132 -
CMYK 0 0.34 0.45 0.06
HSL 14.02º 0.77% 0.73% -
HSV(B) 14.02º 0.45% 0.94% -
XYZ 51.82 44.13 27.62 -
YUV 178.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 239 157 132 0 0.34 0.45 0.06 14.02 0.77 0.73
Hex EF 9D 84 0 22 2D 6 E 4D 49
Octal 357 235 204 0 42 55 6 16 115 111
Binary 11101111 10011101 10000100 0 100010 101101 110 1110 1001101 1001001

Color Harmonies of #EF9D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D84

Black with #EF9D84

Text Example


Text Example

White with #EF9D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D84; }

 p { color: rgb(239,157,132); }

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

background-color css

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

 a { background-color: rgb(239,157,132); }

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

border-color css

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

 span { border-color: rgb(239,157,132); }

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