Html Css Color HEX #EF8370 Salmon

📋 copy color: '#EF8370'

red 239 ◦ green 131 ◦ blue 112

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

Shades of Salmon #EF8370

Tints of Salmon #EF8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 49.59%
G = 27.18%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8370 (or 0xEF8370) is known color: Salmon. HEX triplet: EF, 83 and 70. RGB value is (239,131,112). Sum of RGB (Red+Green+Blue) = 239+131+112=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8370 is #107C8F. Grayscale: #A1A1A1. Windows color (decimal): -1080464 or 7373807. OLE color: 7373807.

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

Color convert

RGB 239 131 112 -
CMYK 0 0.45 0.53 0.06
HSL 8.98º 0.8% 0.69% -
HSV(B) 8.98º 0.53% 0.94% -
XYZ 46.64 35.75 19.77 -
YUV 161.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 239 131 112 0 0.45 0.53 0.06 8.98 0.8 0.69
Hex EF 83 70 0 2D 35 6 9 50 45
Octal 357 203 160 0 55 65 6 11 120 105
Binary 11101111 10000011 1110000 0 101101 110101 110 1001 1010000 1000101

Color Harmonies of #EF8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8370

Black with #EF8370

Text Example


Text Example

White with #EF8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8370; }

 p { color: rgb(239,131,112); }

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

background-color css

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

 a { background-color: rgb(239,131,112); }

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

border-color css

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

 span { border-color: rgb(239,131,112); }

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