Html Css Color HEX #EF8776 Salmon

📋 copy color: '#EF8776'

red 239 ◦ green 135 ◦ blue 118

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

Shades of Salmon #EF8776

Tints of Salmon #EF8776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.44%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 48.58%
G = 27.44%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF8776 (or 0xEF8776) is known color: Salmon. HEX triplet: EF, 87 and 76. RGB value is (239,135,118). Sum of RGB (Red+Green+Blue) = 239+135+118=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8776 is #107889. Grayscale: #A4A4A4. Windows color (decimal): -1079434 or 7768047. OLE color: 7768047.

HSL color Cylindrical-coordinate representation of color #EF8776: hue angle of 8.43º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF8776 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 135 118 -
CMYK 0 0.44 0.51 0.06
HSL 8.43º 0.79% 0.7% -
HSV(B) 8.43º 0.51% 0.94% -
XYZ 47.53 36.99 21.77 -
YUV 164.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 239 135 118 0 0.44 0.51 0.06 8.43 0.79 0.7
Hex EF 87 76 0 2C 33 6 8 4F 46
Octal 357 207 166 0 54 63 6 10 117 106
Binary 11101111 10000111 1110110 0 101100 110011 110 1000 1001111 1000110

Color Harmonies of #EF8776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8776

Black with #EF8776

Text Example


Text Example

White with #EF8776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8776; }

 p { color: rgb(239,135,118); }

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

background-color css

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

 a { background-color: rgb(239,135,118); }

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

border-color css

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

 span { border-color: rgb(239,135,118); }

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