Html Css Color HEX #EF9F78 Dark Salmon

📋 copy color: '#EF9F78'

red 239 ◦ green 159 ◦ blue 120

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

Shades of Dark Salmon #EF9F78

Tints of Dark Salmon #EF9F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 46.14%
G = 30.69%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF9F78 (or 0xEF9F78) is known color: Dark Salmon. HEX triplet: EF, 9F and 78. RGB value is (239,159,120). Sum of RGB (Red+Green+Blue) = 239+159+120=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F78 is #106087. Grayscale: #B2B2B2. Windows color (decimal): -1073288 or 7905263. OLE color: 7905263.

HSL color Cylindrical-coordinate representation of color #EF9F78: hue angle of 19.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF9F78 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 120 -
CMYK 0 0.33 0.50 0.06
HSL 19.66º 0.79% 0.7% -
HSV(B) 19.66º 0.5% 0.94% -
XYZ 51.38 44.5 23.65 -
YUV 178.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 239 159 120 0 0.33 0.50 0.06 19.66 0.79 0.7
Hex EF 9F 78 0 21 32 6 14 4F 46
Octal 357 237 170 0 41 62 6 24 117 106
Binary 11101111 10011111 1111000 0 100001 110010 110 10100 1001111 1000110

Color Harmonies of #EF9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F78

Black with #EF9F78

Text Example


Text Example

White with #EF9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F78; }

 p { color: rgb(239,159,120); }

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

background-color css

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

 a { background-color: rgb(239,159,120); }

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

border-color css

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

 span { border-color: rgb(239,159,120); }

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