Html Css Color HEX #EF806D Salmon

📋 copy color: '#EF806D'

red 239 ◦ green 128 ◦ blue 109

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

Shades of Salmon #EF806D

Tints of Salmon #EF806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 50.21%
G = 26.89%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF806D (or 0xEF806D) is known color: Salmon. HEX triplet: EF, 80 and 6D. RGB value is (239,128,109). Sum of RGB (Red+Green+Blue) = 239+128+109=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF806D is #107F92. Grayscale: #9F9F9F. Windows color (decimal): -1081235 or 7176431. OLE color: 7176431.

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

Color convert

RGB 239 128 109 -
CMYK 0 0.46 0.54 0.06
HSL 8.77º 0.8% 0.68% -
HSV(B) 8.77º 0.54% 0.94% -
XYZ 46.08 34.89 18.77 -
YUV 159.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 239 128 109 0 0.46 0.54 0.06 8.77 0.8 0.68
Hex EF 80 6D 0 2E 36 6 9 50 44
Octal 357 200 155 0 56 66 6 11 120 104
Binary 11101111 10000000 1101101 0 101110 110110 110 1001 1010000 1000100

Color Harmonies of #EF806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF806D

Black with #EF806D

Text Example


Text Example

White with #EF806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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