Html Css Color HEX #EF8677 Salmon

📋 copy color: '#EF8677'

red 239 ◦ green 134 ◦ blue 119

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

Shades of Salmon #EF8677

Tints of Salmon #EF8677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 48.58%
G = 27.24%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF8677 (or 0xEF8677) is known color: Salmon. HEX triplet: EF, 86 and 77. RGB value is (239,134,119). Sum of RGB (Red+Green+Blue) = 239+134+119=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8677 is #107988. Grayscale: #A3A3A3. Windows color (decimal): -1079689 or 7833327. OLE color: 7833327.

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

Color convert

RGB 239 134 119 -
CMYK 0 0.44 0.50 0.06
HSL 7.5º 0.79% 0.7% -
HSV(B) 7.5º 0.5% 0.94% -
XYZ 47.45 36.73 22.04 -
YUV 163.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 239 134 119 0 0.44 0.50 0.06 7.5 0.79 0.7
Hex EF 86 77 0 2C 32 6 8 4F 46
Octal 357 206 167 0 54 62 6 10 117 106
Binary 11101111 10000110 1110111 0 101100 110010 110 1000 1001111 1000110

Color Harmonies of #EF8677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8677

Black with #EF8677

Text Example


Text Example

White with #EF8677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8677; }

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

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

background-color css

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

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

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

border-color css

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

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

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