Html Css Color HEX #EF8971 Salmon

📋 copy color: '#EF8971'

red 239 ◦ green 137 ◦ blue 113

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

Shades of Salmon #EF8971

Tints of Salmon #EF8971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 48.88%
G = 28.02%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8971 (or 0xEF8971) is known color: Salmon. HEX triplet: EF, 89 and 71. RGB value is (239,137,113). Sum of RGB (Red+Green+Blue) = 239+137+113=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8971 is #10768E. Grayscale: #A4A4A4. Windows color (decimal): -1078927 or 7440879. OLE color: 7440879.

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

Color convert

RGB 239 137 113 -
CMYK 0 0.43 0.53 0.06
HSL 11.43º 0.8% 0.69% -
HSV(B) 11.43º 0.53% 0.94% -
XYZ 47.52 37.43 20.34 -
YUV 164.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 239 137 113 0 0.43 0.53 0.06 11.43 0.8 0.69
Hex EF 89 71 0 2B 35 6 B 50 45
Octal 357 211 161 0 53 65 6 13 120 105
Binary 11101111 10001001 1110001 0 101011 110101 110 1011 1010000 1000101

Color Harmonies of #EF8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8971

Black with #EF8971

Text Example


Text Example

White with #EF8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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