Html Css Color HEX #EF9C77 Dark Salmon

📋 copy color: '#EF9C77'

red 239 ◦ green 156 ◦ blue 119

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

Shades of Dark Salmon #EF9C77

Tints of Dark Salmon #EF9C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 46.5%
G = 30.35%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF9C77 (or 0xEF9C77) is known color: Dark Salmon. HEX triplet: EF, 9C and 77. RGB value is (239,156,119). Sum of RGB (Red+Green+Blue) = 239+156+119=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C77 is #106388. Grayscale: #B0B0B0. Windows color (decimal): -1074057 or 7838959. OLE color: 7838959.

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

Color convert

RGB 239 156 119 -
CMYK 0 0.35 0.50 0.06
HSL 18.5º 0.79% 0.7% -
HSV(B) 18.5º 0.5% 0.94% -
XYZ 50.81 43.46 23.16 -
YUV 176.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 239 156 119 0 0.35 0.50 0.06 18.5 0.79 0.7
Hex EF 9C 77 0 23 32 6 12 4F 46
Octal 357 234 167 0 43 62 6 22 117 106
Binary 11101111 10011100 1110111 0 100011 110010 110 10010 1001111 1000110

Color Harmonies of #EF9C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9C77

Black with #EF9C77

Text Example


Text Example

White with #EF9C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9C77; }

 p { color: rgb(239,156,119); }

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

background-color css

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

 a { background-color: rgb(239,156,119); }

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

border-color css

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

 span { border-color: rgb(239,156,119); }

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