Html Css Color HEX #EF9684 Tonys Pink

📋 copy color: '#EF9684'

red 239 ◦ green 150 ◦ blue 132

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

Shades of Tonys Pink #EF9684

Tints of Tonys Pink #EF9684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

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

R = 45.87%
G = 28.79%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF9684 (or 0xEF9684) is known color: Tonys Pink. HEX triplet: EF, 96 and 84. RGB value is (239,150,132). Sum of RGB (Red+Green+Blue) = 239+150+132=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9684 is #10697B. Grayscale: #AEAEAE. Windows color (decimal): -1075580 or 8689391. OLE color: 8689391.

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

Color convert

RGB 239 150 132 -
CMYK 0 0.37 0.45 0.06
HSL 10.09º 0.77% 0.73% -
HSV(B) 10.09º 0.45% 0.94% -
XYZ 50.67 41.83 27.23 -
YUV 174.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 239 150 132 0 0.37 0.45 0.06 10.09 0.77 0.73
Hex EF 96 84 0 25 2D 6 A 4D 49
Octal 357 226 204 0 45 55 6 12 115 111
Binary 11101111 10010110 10000100 0 100101 101101 110 1010 1001101 1001001

Color Harmonies of #EF9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9684

Black with #EF9684

Text Example


Text Example

White with #EF9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9684; }

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

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

background-color css

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

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

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

border-color css

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

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

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