Html Css Color HEX #EF9E8C Tonys Pink

📋 copy color: '#EF9E8C'

red 239 ◦ green 158 ◦ blue 140

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

Shades of Tonys Pink #EF9E8C

Tints of Tonys Pink #EF9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.42%

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 44.51%
G = 29.42%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF9E8C (or 0xEF9E8C) is known color: Tonys Pink. HEX triplet: EF, 9E and 8C. RGB value is (239,158,140). Sum of RGB (Red+Green+Blue) = 239+158+140=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9E8C is #106173. Grayscale: #B4B4B4. Windows color (decimal): -1073524 or 9215727. OLE color: 9215727.

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

Color convert

RGB 239 158 140 -
CMYK 0 0.34 0.41 0.06
HSL 10.91º 0.76% 0.74% -
HSV(B) 10.91º 0.41% 0.94% -
XYZ 52.56 44.7 30.67 -
YUV 180.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 239 158 140 0 0.34 0.41 0.06 10.91 0.76 0.74
Hex EF 9E 8C 0 22 29 6 B 4C 4A
Octal 357 236 214 0 42 51 6 13 114 112
Binary 11101111 10011110 10001100 0 100010 101001 110 1011 1001100 1001010

Color Harmonies of #EF9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E8C

Black with #EF9E8C

Text Example


Text Example

White with #EF9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E8C; }

 p { color: rgb(239,158,140); }

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

background-color css

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

 a { background-color: rgb(239,158,140); }

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

border-color css

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

 span { border-color: rgb(239,158,140); }

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