Html Css Color HEX #EF896A Salmon

📋 copy color: '#EF896A'

red 239 ◦ green 137 ◦ blue 106

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

Shades of Salmon #EF896A

Tints of Salmon #EF896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 49.59%
G = 28.42%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF896A (or 0xEF896A) is known color: Salmon. HEX triplet: EF, 89 and 6A. RGB value is (239,137,106). Sum of RGB (Red+Green+Blue) = 239+137+106=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF896A is #107695. Grayscale: #A4A4A4. Windows color (decimal): -1078934 or 6982127. OLE color: 6982127.

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

Color convert

RGB 239 137 106 -
CMYK 0 0.43 0.56 0.06
HSL 13.98º 0.81% 0.68% -
HSV(B) 13.98º 0.56% 0.94% -
XYZ 47.14 37.28 18.35 -
YUV 163.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 239 137 106 0 0.43 0.56 0.06 13.98 0.81 0.68
Hex EF 89 6A 0 2B 38 6 E 51 44
Octal 357 211 152 0 53 70 6 16 121 104
Binary 11101111 10001001 1101010 0 101011 111000 110 1110 1010001 1000100

Color Harmonies of #EF896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF896A

Black with #EF896A

Text Example


Text Example

White with #EF896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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