Html Css Color HEX #EF8064 Salmon

📋 copy color: '#EF8064'

red 239 ◦ green 128 ◦ blue 100

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

Shades of Salmon #EF8064

Tints of Salmon #EF8064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 51.18%
G = 27.41%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8064 (or 0xEF8064) is known color: Salmon. HEX triplet: EF, 80 and 64. RGB value is (239,128,100). Sum of RGB (Red+Green+Blue) = 239+128+100=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8064 is #107F9B. Grayscale: #9E9E9E. Windows color (decimal): -1081244 or 6586607. OLE color: 6586607.

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

Color convert

RGB 239 128 100 -
CMYK 0 0.46 0.58 0.06
HSL 12.09º 0.81% 0.66% -
HSV(B) 12.09º 0.58% 0.94% -
XYZ 45.62 34.71 16.35 -
YUV 158 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 239 128 100 0 0.46 0.58 0.06 12.09 0.81 0.66
Hex EF 80 64 0 2E 3A 6 C 51 42
Octal 357 200 144 0 56 72 6 14 121 102
Binary 11101111 10000000 1100100 0 101110 111010 110 1100 1010001 1000010

Color Harmonies of #EF8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8064

Black with #EF8064

Text Example


Text Example

White with #EF8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8064; }

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

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

background-color css

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

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

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

border-color css

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

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

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