Html Css Color HEX #EF8365 Salmon

📋 copy color: '#EF8365'

red 239 ◦ green 131 ◦ blue 101

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

Shades of Salmon #EF8365

Tints of Salmon #EF8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 50.74%
G = 27.81%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8365 (or 0xEF8365) is known color: Salmon. HEX triplet: EF, 83 and 65. RGB value is (239,131,101). Sum of RGB (Red+Green+Blue) = 239+131+101=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8365 is #107C9A. Grayscale: #A0A0A0. Windows color (decimal): -1080475 or 6652911. OLE color: 6652911.

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

Color convert

RGB 239 131 101 -
CMYK 0 0.45 0.58 0.06
HSL 13.04º 0.81% 0.67% -
HSV(B) 13.04º 0.58% 0.94% -
XYZ 46.06 35.52 16.74 -
YUV 159.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 239 131 101 0 0.45 0.58 0.06 13.04 0.81 0.67
Hex EF 83 65 0 2D 3A 6 D 51 43
Octal 357 203 145 0 55 72 6 15 121 103
Binary 11101111 10000011 1100101 0 101101 111010 110 1101 1010001 1000011

Color Harmonies of #EF8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8365

Black with #EF8365

Text Example


Text Example

White with #EF8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8365; }

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

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

background-color css

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

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

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

border-color css

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

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

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