Html Css Color HEX #EF8976 Salmon

📋 copy color: '#EF8976'

red 239 ◦ green 137 ◦ blue 118

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

Shades of Salmon #EF8976

Tints of Salmon #EF8976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.73%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 48.38%
G = 27.73%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF8976 (or 0xEF8976) is known color: Salmon. HEX triplet: EF, 89 and 76. RGB value is (239,137,118). Sum of RGB (Red+Green+Blue) = 239+137+118=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8976 is #107689. Grayscale: #A5A5A5. Windows color (decimal): -1078922 or 7768559. OLE color: 7768559.

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

Color convert

RGB 239 137 118 -
CMYK 0 0.43 0.51 0.06
HSL 9.42º 0.79% 0.7% -
HSV(B) 9.42º 0.51% 0.94% -
XYZ 47.81 37.55 21.87 -
YUV 165.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 239 137 118 0 0.43 0.51 0.06 9.42 0.79 0.7
Hex EF 89 76 0 2B 33 6 9 4F 46
Octal 357 211 166 0 53 63 6 11 117 106
Binary 11101111 10001001 1110110 0 101011 110011 110 1001 1001111 1000110

Color Harmonies of #EF8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8976

Black with #EF8976

Text Example


Text Example

White with #EF8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8976; }

 p { color: rgb(239,137,118); }

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

background-color css

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

 a { background-color: rgb(239,137,118); }

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

border-color css

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

 span { border-color: rgb(239,137,118); }

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