Html Css Color HEX #EF8574 Salmon

📋 copy color: '#EF8574'

red 239 ◦ green 133 ◦ blue 116

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

Shades of Salmon #EF8574

Tints of Salmon #EF8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

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

R = 48.98%
G = 27.25%
B = 23.77%

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

#EF8574 (or 0xEF8574) is known color: Salmon. HEX triplet: EF, 85 and 74. RGB value is (239,133,116). Sum of RGB (Red+Green+Blue) = 239+133+116=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8574 is #107A8B. Grayscale: #A2A2A2. Windows color (decimal): -1079948 or 7636463. OLE color: 7636463.

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

Color convert

RGB 239 133 116 -
CMYK 0 0.44 0.51 0.06
HSL 8.29º 0.79% 0.7% -
HSV(B) 8.29º 0.51% 0.94% -
XYZ 47.14 36.39 21.06 -
YUV 162.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 239 133 116 0 0.44 0.51 0.06 8.29 0.79 0.7
Hex EF 85 74 0 2C 33 6 8 4F 46
Octal 357 205 164 0 54 63 6 10 117 106
Binary 11101111 10000101 1110100 0 101100 110011 110 1000 1001111 1000110

Color Harmonies of #EF8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8574

Black with #EF8574

Text Example


Text Example

White with #EF8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8574; }

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

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

background-color css

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

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

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

border-color css

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

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

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