Html Css Color HEX #EF866A Salmon

📋 copy color: '#EF866A'

red 239 ◦ green 134 ◦ blue 106

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

Shades of Salmon #EF866A

Tints of Salmon #EF866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

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

R = 49.9%
G = 27.97%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF866A (or 0xEF866A) is known color: Salmon. HEX triplet: EF, 86 and 6A. RGB value is (239,134,106). Sum of RGB (Red+Green+Blue) = 239+134+106=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF866A is #107995. Grayscale: #A2A2A2. Windows color (decimal): -1079702 or 6981359. OLE color: 6981359.

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

Color convert

RGB 239 134 106 -
CMYK 0 0.44 0.56 0.06
HSL 12.63º 0.81% 0.68% -
HSV(B) 12.63º 0.56% 0.94% -
XYZ 46.72 36.44 18.21 -
YUV 162.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 239 134 106 0 0.44 0.56 0.06 12.63 0.81 0.68
Hex EF 86 6A 0 2C 38 6 D 51 44
Octal 357 206 152 0 54 70 6 15 121 104
Binary 11101111 10000110 1101010 0 101100 111000 110 1101 1010001 1000100

Color Harmonies of #EF866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF866A

Black with #EF866A

Text Example


Text Example

White with #EF866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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