Html Css Color HEX #EF8071 Salmon

📋 copy color: '#EF8071'

red 239 ◦ green 128 ◦ blue 113

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

Shades of Salmon #EF8071

Tints of Salmon #EF8071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 49.79%
G = 26.67%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8071 (or 0xEF8071) is known color: Salmon. HEX triplet: EF, 80 and 71. RGB value is (239,128,113). Sum of RGB (Red+Green+Blue) = 239+128+113=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8071 is #107F8E. Grayscale: #9F9F9F. Windows color (decimal): -1081231 or 7438575. OLE color: 7438575.

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

Color convert

RGB 239 128 113 -
CMYK 0 0.46 0.53 0.06
HSL 7.14º 0.8% 0.69% -
HSV(B) 7.14º 0.53% 0.94% -
XYZ 46.3 34.98 19.93 -
YUV 159.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 239 128 113 0 0.46 0.53 0.06 7.14 0.8 0.69
Hex EF 80 71 0 2E 35 6 7 50 45
Octal 357 200 161 0 56 65 6 7 120 105
Binary 11101111 10000000 1110001 0 101110 110101 110 111 1010000 1000101

Color Harmonies of #EF8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8071

Black with #EF8071

Text Example


Text Example

White with #EF8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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