Html Css Color HEX #EF806C Salmon

📋 copy color: '#EF806C'

red 239 ◦ green 128 ◦ blue 108

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

Shades of Salmon #EF806C

Tints of Salmon #EF806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 50.32%
G = 26.95%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF806C (or 0xEF806C) is known color: Salmon. HEX triplet: EF, 80 and 6C. RGB value is (239,128,108). Sum of RGB (Red+Green+Blue) = 239+128+108=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF806C is #107F93. Grayscale: #9F9F9F. Windows color (decimal): -1081236 or 7110895. OLE color: 7110895.

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

Color convert

RGB 239 128 108 -
CMYK 0 0.46 0.55 0.06
HSL 9.16º 0.8% 0.68% -
HSV(B) 9.16º 0.55% 0.94% -
XYZ 46.02 34.87 18.49 -
YUV 158.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 239 128 108 0 0.46 0.55 0.06 9.16 0.8 0.68
Hex EF 80 6C 0 2E 37 6 9 50 44
Octal 357 200 154 0 56 67 6 11 120 104
Binary 11101111 10000000 1101100 0 101110 110111 110 1001 1010000 1000100

Color Harmonies of #EF806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF806C

Black with #EF806C

Text Example


Text Example

White with #EF806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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