Html Css Color HEX #EF9D72 Dark Salmon

📋 copy color: '#EF9D72'

red 239 ◦ green 157 ◦ blue 114

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

Shades of Dark Salmon #EF9D72

Tints of Dark Salmon #EF9D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 46.86%
G = 30.78%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF9D72 (or 0xEF9D72) is known color: Dark Salmon. HEX triplet: EF, 9D and 72. RGB value is (239,157,114). Sum of RGB (Red+Green+Blue) = 239+157+114=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9D72 is #10628D. Grayscale: #B0B0B0. Windows color (decimal): -1073806 or 7511535. OLE color: 7511535.

HSL color Cylindrical-coordinate representation of color #EF9D72: hue angle of 20.64º degrees, saturation: 0.8, 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 #EF9D72 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 157 114 -
CMYK 0 0.34 0.52 0.06
HSL 20.64º 0.8% 0.69% -
HSV(B) 20.64º 0.52% 0.94% -
XYZ 50.69 43.68 21.68 -
YUV 176.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 239 157 114 0 0.34 0.52 0.06 20.64 0.8 0.69
Hex EF 9D 72 0 22 34 6 15 50 45
Octal 357 235 162 0 42 64 6 25 120 105
Binary 11101111 10011101 1110010 0 100010 110100 110 10101 1010000 1000101

Color Harmonies of #EF9D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D72

Black with #EF9D72

Text Example


Text Example

White with #EF9D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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