Html Css Color HEX #EF9E74 Dark Salmon

📋 copy color: '#EF9E74'

red 239 ◦ green 158 ◦ blue 116

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

Shades of Dark Salmon #EF9E74

Tints of Dark Salmon #EF9E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 46.59%
G = 30.8%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF9E74 (or 0xEF9E74) is known color: Dark Salmon. HEX triplet: EF, 9E and 74. RGB value is (239,158,116). Sum of RGB (Red+Green+Blue) = 239+158+116=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E74 is #10618B. Grayscale: #B1B1B1. Windows color (decimal): -1073548 or 7642863. OLE color: 7642863.

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

Color convert

RGB 239 158 116 -
CMYK 0 0.34 0.51 0.06
HSL 20.49º 0.79% 0.7% -
HSV(B) 20.49º 0.51% 0.94% -
XYZ 50.98 44.07 22.34 -
YUV 177.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 239 158 116 0 0.34 0.51 0.06 20.49 0.79 0.7
Hex EF 9E 74 0 22 33 6 14 4F 46
Octal 357 236 164 0 42 63 6 24 117 106
Binary 11101111 10011110 1110100 0 100010 110011 110 10100 1001111 1000110

Color Harmonies of #EF9E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E74

Black with #EF9E74

Text Example


Text Example

White with #EF9E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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