Html Css Color HEX #EF9D6C Hit Pink

📋 copy color: '#EF9D6C'

red 239 ◦ green 157 ◦ blue 108

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

Shades of Hit Pink #EF9D6C

Tints of Hit Pink #EF9D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 47.42%
G = 31.15%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF9D6C (or 0xEF9D6C) is known color: Hit Pink. HEX triplet: EF, 9D and 6C. RGB value is (239,157,108). Sum of RGB (Red+Green+Blue) = 239+157+108=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9D6C is #106293. Grayscale: #B0B0B0. Windows color (decimal): -1073812 or 7118319. OLE color: 7118319.

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

Color convert

RGB 239 157 108 -
CMYK 0 0.34 0.55 0.06
HSL 22.44º 0.8% 0.68% -
HSV(B) 22.44º 0.55% 0.94% -
XYZ 50.36 43.55 19.94 -
YUV 175.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 239 157 108 0 0.34 0.55 0.06 22.44 0.8 0.68
Hex EF 9D 6C 0 22 37 6 16 50 44
Octal 357 235 154 0 42 67 6 26 120 104
Binary 11101111 10011101 1101100 0 100010 110111 110 10110 1010000 1000100

Color Harmonies of #EF9D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D6C

Black with #EF9D6C

Text Example


Text Example

White with #EF9D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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