Html Css Color HEX #EF8666 Salmon

📋 copy color: '#EF8666'

red 239 ◦ green 134 ◦ blue 102

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

Shades of Salmon #EF8666

Tints of Salmon #EF8666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.21%

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

R = 50.32%
G = 28.21%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF8666 (or 0xEF8666) is known color: Salmon. HEX triplet: EF, 86 and 66. RGB value is (239,134,102). Sum of RGB (Red+Green+Blue) = 239+134+102=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8666 is #107999. Grayscale: #A1A1A1. Windows color (decimal): -1079706 or 6719215. OLE color: 6719215.

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

Color convert

RGB 239 134 102 -
CMYK 0 0.44 0.57 0.06
HSL 14.01º 0.81% 0.67% -
HSV(B) 14.01º 0.57% 0.94% -
XYZ 46.52 36.36 17.14 -
YUV 161.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 239 134 102 0 0.44 0.57 0.06 14.01 0.81 0.67
Hex EF 86 66 0 2C 39 6 E 51 43
Octal 357 206 146 0 54 71 6 16 121 103
Binary 11101111 10000110 1100110 0 101100 111001 110 1110 1010001 1000011

Color Harmonies of #EF8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8666

Black with #EF8666

Text Example


Text Example

White with #EF8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8666; }

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

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

background-color css

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

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

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

border-color css

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

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

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