Html Css Color HEX #EF896E Salmon

📋 copy color: '#EF896E'

red 239 ◦ green 137 ◦ blue 110

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

Shades of Salmon #EF896E

Tints of Salmon #EF896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 49.18%
G = 28.19%
B = 22.63%

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

#EF896E (or 0xEF896E) is known color: Salmon. HEX triplet: EF, 89 and 6E. RGB value is (239,137,110). Sum of RGB (Red+Green+Blue) = 239+137+110=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF896E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF896E is #107691. Grayscale: #A4A4A4. Windows color (decimal): -1078930 or 7244271. OLE color: 7244271.

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

Color convert

RGB 239 137 110 -
CMYK 0 0.43 0.54 0.06
HSL 12.56º 0.8% 0.68% -
HSV(B) 12.56º 0.54% 0.94% -
XYZ 47.36 37.37 19.47 -
YUV 164.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 239 137 110 0 0.43 0.54 0.06 12.56 0.8 0.68
Hex EF 89 6E 0 2B 36 6 D 50 44
Octal 357 211 156 0 53 66 6 15 120 104
Binary 11101111 10001001 1101110 0 101011 110110 110 1101 1010000 1000100

Color Harmonies of #EF896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF896E

Black with #EF896E

Text Example


Text Example

White with #EF896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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