Html Css Color HEX #EF9079 Dark Salmon

📋 copy color: '#EF9079'

red 239 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #EF9079

Tints of Dark Salmon #EF9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 121 (47.66% from 255) = 24.01%

R = 47.42%
G = 28.57%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF9079 (or 0xEF9079) is known color: Dark Salmon. HEX triplet: EF, 90 and 79. RGB value is (239,144,121). Sum of RGB (Red+Green+Blue) = 239+144+121=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9079 is #106F86. Grayscale: #A9A9A9. Windows color (decimal): -1077127 or 7966959. OLE color: 7966959.

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

Color convert

RGB 239 144 121 -
CMYK 0 0.40 0.49 0.06
HSL 11.69º 0.79% 0.71% -
HSV(B) 11.69º 0.49% 0.94% -
XYZ 49.02 39.68 23.16 -
YUV 169.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 239 144 121 0 0.40 0.49 0.06 11.69 0.79 0.71
Hex EF 90 79 0 28 31 6 C 4F 47
Octal 357 220 171 0 50 61 6 14 117 107
Binary 11101111 10010000 1111001 0 101000 110001 110 1100 1001111 1000111

Color Harmonies of #EF9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9079

Black with #EF9079

Text Example


Text Example

White with #EF9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9079; }

 p { color: rgb(239,144,121); }

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

background-color css

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

 a { background-color: rgb(239,144,121); }

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

border-color css

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

 span { border-color: rgb(239,144,121); }

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