Html Css Color HEX #EF896F Salmon

📋 copy color: '#EF896F'

red 239 ◦ green 137 ◦ blue 111

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

Shades of Salmon #EF896F

Tints of Salmon #EF896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.79%

R = 49.08%
G = 28.13%
B = 22.79%

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

#EF896F (or 0xEF896F) is known color: Salmon. HEX triplet: EF, 89 and 6F. RGB value is (239,137,111). Sum of RGB (Red+Green+Blue) = 239+137+111=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF896F is #107690. Grayscale: #A4A4A4. Windows color (decimal): -1078929 or 7309807. OLE color: 7309807.

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

Color convert

RGB 239 137 111 -
CMYK 0 0.43 0.54 0.06
HSL 12.19º 0.8% 0.69% -
HSV(B) 12.19º 0.54% 0.94% -
XYZ 47.41 37.39 19.76 -
YUV 164.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 239 137 111 0 0.43 0.54 0.06 12.19 0.8 0.69
Hex EF 89 6F 0 2B 36 6 C 50 45
Octal 357 211 157 0 53 66 6 14 120 105
Binary 11101111 10001001 1101111 0 101011 110110 110 1100 1010000 1000101

Color Harmonies of #EF896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF896F

Black with #EF896F

Text Example


Text Example

White with #EF896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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