Html Css Color HEX #EF8774 Salmon

📋 copy color: '#EF8774'

red 239 ◦ green 135 ◦ blue 116

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

Shades of Salmon #EF8774

Tints of Salmon #EF8774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 48.78%
G = 27.55%
B = 23.67%

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

#EF8774 (or 0xEF8774) is known color: Salmon. HEX triplet: EF, 87 and 74. RGB value is (239,135,116). Sum of RGB (Red+Green+Blue) = 239+135+116=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8774 is #10788B. Grayscale: #A4A4A4. Windows color (decimal): -1079436 or 7636975. OLE color: 7636975.

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

Color convert

RGB 239 135 116 -
CMYK 0 0.44 0.51 0.06
HSL 9.27º 0.79% 0.7% -
HSV(B) 9.27º 0.51% 0.94% -
XYZ 47.41 36.94 21.15 -
YUV 163.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 239 135 116 0 0.44 0.51 0.06 9.27 0.79 0.7
Hex EF 87 74 0 2C 33 6 9 4F 46
Octal 357 207 164 0 54 63 6 11 117 106
Binary 11101111 10000111 1110100 0 101100 110011 110 1001 1001111 1000110

Color Harmonies of #EF8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8774

Black with #EF8774

Text Example


Text Example

White with #EF8774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8774; }

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

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

background-color css

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

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

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

border-color css

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

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

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