Html Css Color HEX #EF8170 Salmon

📋 copy color: '#EF8170'

red 239 ◦ green 129 ◦ blue 112

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

Shades of Salmon #EF8170

Tints of Salmon #EF8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

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

R = 49.79%
G = 26.88%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF8170 (or 0xEF8170) is known color: Salmon. HEX triplet: EF, 81 and 70. RGB value is (239,129,112). Sum of RGB (Red+Green+Blue) = 239+129+112=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8170 is #107E8F. Grayscale: #A0A0A0. Windows color (decimal): -1080976 or 7373295. OLE color: 7373295.

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

Color convert

RGB 239 129 112 -
CMYK 0 0.46 0.53 0.06
HSL 8.03º 0.8% 0.69% -
HSV(B) 8.03º 0.53% 0.94% -
XYZ 46.37 35.22 19.68 -
YUV 159.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 239 129 112 0 0.46 0.53 0.06 8.03 0.8 0.69
Hex EF 81 70 0 2E 35 6 8 50 45
Octal 357 201 160 0 56 65 6 10 120 105
Binary 11101111 10000001 1110000 0 101110 110101 110 1000 1010000 1000101

Color Harmonies of #EF8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8170

Black with #EF8170

Text Example


Text Example

White with #EF8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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