Html Css Color HEX #EF896D Salmon

📋 copy color: '#EF896D'

red 239 ◦ green 137 ◦ blue 109

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

Shades of Salmon #EF896D

Tints of Salmon #EF896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 49.28%
G = 28.25%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF896D (or 0xEF896D) is known color: Salmon. HEX triplet: EF, 89 and 6D. RGB value is (239,137,109). Sum of RGB (Red+Green+Blue) = 239+137+109=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF896D is #107692. Grayscale: #A4A4A4. Windows color (decimal): -1078931 or 7178735. OLE color: 7178735.

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

Color convert

RGB 239 137 109 -
CMYK 0 0.43 0.54 0.06
HSL 12.92º 0.8% 0.68% -
HSV(B) 12.92º 0.54% 0.94% -
XYZ 47.3 37.35 19.18 -
YUV 164.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 239 137 109 0 0.43 0.54 0.06 12.92 0.8 0.68
Hex EF 89 6D 0 2B 36 6 D 50 44
Octal 357 211 155 0 53 66 6 15 120 104
Binary 11101111 10001001 1101101 0 101011 110110 110 1101 1010000 1000100

Color Harmonies of #EF896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF896D

Black with #EF896D

Text Example


Text Example

White with #EF896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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