Html Css Color HEX #EF806A Salmon

📋 copy color: '#EF806A'

red 239 ◦ green 128 ◦ blue 106

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

Shades of Salmon #EF806A

Tints of Salmon #EF806A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

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

R = 50.53%
G = 27.06%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF806A (or 0xEF806A) is known color: Salmon. HEX triplet: EF, 80 and 6A. RGB value is (239,128,106). Sum of RGB (Red+Green+Blue) = 239+128+106=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF806A is #107F95. Grayscale: #9E9E9E. Windows color (decimal): -1081238 or 6979823. OLE color: 6979823.

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

Color convert

RGB 239 128 106 -
CMYK 0 0.46 0.56 0.06
HSL 9.92º 0.81% 0.68% -
HSV(B) 9.92º 0.56% 0.94% -
XYZ 45.92 34.83 17.94 -
YUV 158.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 239 128 106 0 0.46 0.56 0.06 9.92 0.81 0.68
Hex EF 80 6A 0 2E 38 6 A 51 44
Octal 357 200 152 0 56 70 6 12 121 104
Binary 11101111 10000000 1101010 0 101110 111000 110 1010 1010001 1000100

Color Harmonies of #EF806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF806A

Black with #EF806A

Text Example


Text Example

White with #EF806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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