Html Css Color HEX #EF8474 Salmon

📋 copy color: '#EF8474'

red 239 ◦ green 132 ◦ blue 116

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

Shades of Salmon #EF8474

Tints of Salmon #EF8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

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

R = 49.08%
G = 27.1%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF8474 (or 0xEF8474) is known color: Salmon. HEX triplet: EF, 84 and 74. RGB value is (239,132,116). Sum of RGB (Red+Green+Blue) = 239+132+116=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8474 is #107B8B. Grayscale: #A2A2A2. Windows color (decimal): -1080204 or 7636207. OLE color: 7636207.

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

Color convert

RGB 239 132 116 -
CMYK 0 0.45 0.51 0.06
HSL 7.8º 0.79% 0.7% -
HSV(B) 7.8º 0.51% 0.94% -
XYZ 47 36.11 21.02 -
YUV 162.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 239 132 116 0 0.45 0.51 0.06 7.8 0.79 0.7
Hex EF 84 74 0 2D 33 6 8 4F 46
Octal 357 204 164 0 55 63 6 10 117 106
Binary 11101111 10000100 1110100 0 101101 110011 110 1000 1001111 1000110

Color Harmonies of #EF8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8474

Black with #EF8474

Text Example


Text Example

White with #EF8474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8474; }

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

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

background-color css

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

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

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

border-color css

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

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

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