Html Css Color HEX #EF8371 Salmon

📋 copy color: '#EF8371'

red 239 ◦ green 131 ◦ blue 113

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

Shades of Salmon #EF8371

Tints of Salmon #EF8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.12%

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

R = 49.48%
G = 27.12%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8371 (or 0xEF8371) is known color: Salmon. HEX triplet: EF, 83 and 71. RGB value is (239,131,113). Sum of RGB (Red+Green+Blue) = 239+131+113=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8371 is #107C8E. Grayscale: #A1A1A1. Windows color (decimal): -1080463 or 7439343. OLE color: 7439343.

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

Color convert

RGB 239 131 113 -
CMYK 0 0.45 0.53 0.06
HSL 8.57º 0.8% 0.69% -
HSV(B) 8.57º 0.53% 0.94% -
XYZ 46.69 35.78 20.07 -
YUV 161.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 239 131 113 0 0.45 0.53 0.06 8.57 0.8 0.69
Hex EF 83 71 0 2D 35 6 9 50 45
Octal 357 203 161 0 55 65 6 11 120 105
Binary 11101111 10000011 1110001 0 101101 110101 110 1001 1010000 1000101

Color Harmonies of #EF8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8371

Black with #EF8371

Text Example


Text Example

White with #EF8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8371; }

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

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

background-color css

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

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

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

border-color css

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

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

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