Html Css Color HEX #EF866D Salmon

📋 copy color: '#EF866D'

red 239 ◦ green 134 ◦ blue 109

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

Shades of Salmon #EF866D

Tints of Salmon #EF866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 49.59%
G = 27.8%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF866D (or 0xEF866D) is known color: Salmon. HEX triplet: EF, 86 and 6D. RGB value is (239,134,109). Sum of RGB (Red+Green+Blue) = 239+134+109=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF866D is #107992. Grayscale: #A2A2A2. Windows color (decimal): -1079699 or 7177967. OLE color: 7177967.

HSL color Cylindrical-coordinate representation of color #EF866D: hue angle of 11.54º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF866D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 109 -
CMYK 0 0.44 0.54 0.06
HSL 11.54º 0.8% 0.68% -
HSV(B) 11.54º 0.54% 0.94% -
XYZ 46.88 36.51 19.04 -
YUV 162.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 239 134 109 0 0.44 0.54 0.06 11.54 0.8 0.68
Hex EF 86 6D 0 2C 36 6 C 50 44
Octal 357 206 155 0 54 66 6 14 120 104
Binary 11101111 10000110 1101101 0 101100 110110 110 1100 1010000 1000100

Color Harmonies of #EF866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF866D

Black with #EF866D

Text Example


Text Example

White with #EF866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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