Html Css Color HEX #EF9C73 Dark Salmon

📋 copy color: '#EF9C73'

red 239 ◦ green 156 ◦ blue 115

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

Shades of Dark Salmon #EF9C73

Tints of Dark Salmon #EF9C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 46.86%
G = 30.59%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF9C73 (or 0xEF9C73) is known color: Dark Salmon. HEX triplet: EF, 9C and 73. RGB value is (239,156,115). Sum of RGB (Red+Green+Blue) = 239+156+115=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C73 is #10638C. Grayscale: #B0B0B0. Windows color (decimal): -1074061 or 7576815. OLE color: 7576815.

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

Color convert

RGB 239 156 115 -
CMYK 0 0.35 0.52 0.06
HSL 19.84º 0.79% 0.69% -
HSV(B) 19.84º 0.52% 0.94% -
XYZ 50.58 43.37 21.92 -
YUV 176.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 239 156 115 0 0.35 0.52 0.06 19.84 0.79 0.69
Hex EF 9C 73 0 23 34 6 14 4F 45
Octal 357 234 163 0 43 64 6 24 117 105
Binary 11101111 10011100 1110011 0 100011 110100 110 10100 1001111 1000101

Color Harmonies of #EF9C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9C73

Black with #EF9C73

Text Example


Text Example

White with #EF9C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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