Html Css Color HEX #EF8671 Salmon

📋 copy color: '#EF8671'

red 239 ◦ green 134 ◦ blue 113

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

Shades of Salmon #EF8671

Tints of Salmon #EF8671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

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

R = 49.18%
G = 27.57%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8671 (or 0xEF8671) is known color: Salmon. HEX triplet: EF, 86 and 71. RGB value is (239,134,113). Sum of RGB (Red+Green+Blue) = 239+134+113=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8671 is #10798E. Grayscale: #A3A3A3. Windows color (decimal): -1079695 or 7440111. OLE color: 7440111.

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

Color convert

RGB 239 134 113 -
CMYK 0 0.44 0.53 0.06
HSL 10º 0.8% 0.69% -
HSV(B) 10º 0.53% 0.94% -
XYZ 47.1 36.59 20.2 -
YUV 163 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 239 134 113 0 0.44 0.53 0.06 10 0.8 0.69
Hex EF 86 71 0 2C 35 6 A 50 45
Octal 357 206 161 0 54 65 6 12 120 105
Binary 11101111 10000110 1110001 0 101100 110101 110 1010 1010000 1000101

Color Harmonies of #EF8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8671

Black with #EF8671

Text Example


Text Example

White with #EF8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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