Html Css Color HEX #EF8978 Salmon

📋 copy color: '#EF8978'

red 239 ◦ green 137 ◦ blue 120

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

Shades of Salmon #EF8978

Tints of Salmon #EF8978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 48.19%
G = 27.62%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF8978 (or 0xEF8978) is known color: Salmon. HEX triplet: EF, 89 and 78. RGB value is (239,137,120). Sum of RGB (Red+Green+Blue) = 239+137+120=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8978 is #107687. Grayscale: #A5A5A5. Windows color (decimal): -1078920 or 7899631. OLE color: 7899631.

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

Color convert

RGB 239 137 120 -
CMYK 0 0.43 0.50 0.06
HSL 8.57º 0.79% 0.7% -
HSV(B) 8.57º 0.5% 0.94% -
XYZ 47.93 37.6 22.5 -
YUV 165.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 239 137 120 0 0.43 0.50 0.06 8.57 0.79 0.7
Hex EF 89 78 0 2B 32 6 9 4F 46
Octal 357 211 170 0 53 62 6 11 117 106
Binary 11101111 10001001 1111000 0 101011 110010 110 1001 1001111 1000110

Color Harmonies of #EF8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8978

Black with #EF8978

Text Example


Text Example

White with #EF8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8978; }

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

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

background-color css

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

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

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

border-color css

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

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

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