Html Css Color HEX #EF8065 Salmon

📋 copy color: '#EF8065'

red 239 ◦ green 128 ◦ blue 101

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

Shades of Salmon #EF8065

Tints of Salmon #EF8065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 51.07%
G = 27.35%
B = 21.58%

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

#EF8065 (or 0xEF8065) is known color: Salmon. HEX triplet: EF, 80 and 65. RGB value is (239,128,101). Sum of RGB (Red+Green+Blue) = 239+128+101=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8065 is #107F9A. Grayscale: #9E9E9E. Windows color (decimal): -1081243 or 6652143. OLE color: 6652143.

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

Color convert

RGB 239 128 101 -
CMYK 0 0.46 0.58 0.06
HSL 11.74º 0.81% 0.67% -
HSV(B) 11.74º 0.58% 0.94% -
XYZ 45.66 34.73 16.61 -
YUV 158.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 239 128 101 0 0.46 0.58 0.06 11.74 0.81 0.67
Hex EF 80 65 0 2E 3A 6 C 51 43
Octal 357 200 145 0 56 72 6 14 121 103
Binary 11101111 10000000 1100101 0 101110 111010 110 1100 1010001 1000011

Color Harmonies of #EF8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8065

Black with #EF8065

Text Example


Text Example

White with #EF8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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