Html Css Color HEX #EF9679 Dark Salmon

📋 copy color: '#EF9679'

red 239 ◦ green 150 ◦ blue 121

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

Shades of Dark Salmon #EF9679

Tints of Dark Salmon #EF9679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

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

R = 46.86%
G = 29.41%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF9679 (or 0xEF9679) is known color: Dark Salmon. HEX triplet: EF, 96 and 79. RGB value is (239,150,121). Sum of RGB (Red+Green+Blue) = 239+150+121=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9679 is #106986. Grayscale: #ADADAD. Windows color (decimal): -1075591 or 7968495. OLE color: 7968495.

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

Color convert

RGB 239 150 121 -
CMYK 0 0.37 0.49 0.06
HSL 14.75º 0.79% 0.71% -
HSV(B) 14.75º 0.49% 0.94% -
XYZ 49.95 41.54 23.48 -
YUV 173.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 239 150 121 0 0.37 0.49 0.06 14.75 0.79 0.71
Hex EF 96 79 0 25 31 6 F 4F 47
Octal 357 226 171 0 45 61 6 17 117 107
Binary 11101111 10010110 1111001 0 100101 110001 110 1111 1001111 1000111

Color Harmonies of #EF9679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9679

Black with #EF9679

Text Example


Text Example

White with #EF9679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9679; }

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

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

background-color css

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

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

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

border-color css

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

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

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