Html Css Color HEX #EF8973 Salmon

📋 copy color: '#EF8973'

red 239 ◦ green 137 ◦ blue 115

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

Shades of Salmon #EF8973

Tints of Salmon #EF8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.9%

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

R = 48.68%
G = 27.9%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF8973 (or 0xEF8973) is known color: Salmon. HEX triplet: EF, 89 and 73. RGB value is (239,137,115). Sum of RGB (Red+Green+Blue) = 239+137+115=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8973 is #10768C. Grayscale: #A5A5A5. Windows color (decimal): -1078925 or 7571951. OLE color: 7571951.

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

Color convert

RGB 239 137 115 -
CMYK 0 0.43 0.52 0.06
HSL 10.65º 0.79% 0.69% -
HSV(B) 10.65º 0.52% 0.94% -
XYZ 47.64 37.48 20.94 -
YUV 164.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 239 137 115 0 0.43 0.52 0.06 10.65 0.79 0.69
Hex EF 89 73 0 2B 34 6 B 4F 45
Octal 357 211 163 0 53 64 6 13 117 105
Binary 11101111 10001001 1110011 0 101011 110100 110 1011 1001111 1000101

Color Harmonies of #EF8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8973

Black with #EF8973

Text Example


Text Example

White with #EF8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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