Html Css Color HEX #EF8466 Salmon

📋 copy color: '#EF8466'

red 239 ◦ green 132 ◦ blue 102

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

Shades of Salmon #EF8466

Tints of Salmon #EF8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

 BLUE value IS 102 (40.23% from 255) = 21.56%

R = 50.53%
G = 27.91%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF8466 (or 0xEF8466) is known color: Salmon. HEX triplet: EF, 84 and 66. RGB value is (239,132,102). Sum of RGB (Red+Green+Blue) = 239+132+102=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8466 is #107B99. Grayscale: #A0A0A0. Windows color (decimal): -1080218 or 6718703. OLE color: 6718703.

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

Color convert

RGB 239 132 102 -
CMYK 0 0.45 0.57 0.06
HSL 13.14º 0.81% 0.67% -
HSV(B) 13.14º 0.57% 0.94% -
XYZ 46.25 35.81 17.05 -
YUV 160.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 239 132 102 0 0.45 0.57 0.06 13.14 0.81 0.67
Hex EF 84 66 0 2D 39 6 D 51 43
Octal 357 204 146 0 55 71 6 15 121 103
Binary 11101111 10000100 1100110 0 101101 111001 110 1101 1010001 1000011

Color Harmonies of #EF8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8466

Black with #EF8466

Text Example


Text Example

White with #EF8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8466; }

 p { color: rgb(239,132,102); }

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

background-color css

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

 a { background-color: rgb(239,132,102); }

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

border-color css

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

 span { border-color: rgb(239,132,102); }

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