Html Css Color HEX #EF8573 Salmon

📋 copy color: '#EF8573'

red 239 ◦ green 133 ◦ blue 115

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

Shades of Salmon #EF8573

Tints of Salmon #EF8573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 49.08%
G = 27.31%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF8573 (or 0xEF8573) is known color: Salmon. HEX triplet: EF, 85 and 73. RGB value is (239,133,115). Sum of RGB (Red+Green+Blue) = 239+133+115=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8573 is #107A8C. Grayscale: #A2A2A2. Windows color (decimal): -1079949 or 7570927. OLE color: 7570927.

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

Color convert

RGB 239 133 115 -
CMYK 0 0.44 0.52 0.06
HSL 8.71º 0.79% 0.69% -
HSV(B) 8.71º 0.52% 0.94% -
XYZ 47.08 36.36 20.76 -
YUV 162.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 239 133 115 0 0.44 0.52 0.06 8.71 0.79 0.69
Hex EF 85 73 0 2C 34 6 9 4F 45
Octal 357 205 163 0 54 64 6 11 117 105
Binary 11101111 10000101 1110011 0 101100 110100 110 1001 1001111 1000101

Color Harmonies of #EF8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8573

Black with #EF8573

Text Example


Text Example

White with #EF8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8573; }

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

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

background-color css

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

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

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

border-color css

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

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

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