Html Css Color HEX #EF8265 Salmon

📋 copy color: '#EF8265'

red 239 ◦ green 130 ◦ blue 101

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

Shades of Salmon #EF8265

Tints of Salmon #EF8265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.66%

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

R = 50.85%
G = 27.66%
B = 21.49%

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

#EF8265 (or 0xEF8265) is known color: Salmon. HEX triplet: EF, 82 and 65. RGB value is (239,130,101). Sum of RGB (Red+Green+Blue) = 239+130+101=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8265 is #107D9A. Grayscale: #9F9F9F. Windows color (decimal): -1080731 or 6652655. OLE color: 6652655.

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

Color convert

RGB 239 130 101 -
CMYK 0 0.46 0.58 0.06
HSL 12.61º 0.81% 0.67% -
HSV(B) 12.61º 0.58% 0.94% -
XYZ 45.93 35.26 16.7 -
YUV 159.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 239 130 101 0 0.46 0.58 0.06 12.61 0.81 0.67
Hex EF 82 65 0 2E 3A 6 D 51 43
Octal 357 202 145 0 56 72 6 15 121 103
Binary 11101111 10000010 1100101 0 101110 111010 110 1101 1010001 1000011

Color Harmonies of #EF8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8265

Black with #EF8265

Text Example


Text Example

White with #EF8265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8265; }

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

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

background-color css

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

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

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

border-color css

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

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

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