Html Css Color HEX #EF866F Salmon

📋 copy color: '#EF866F'

red 239 ◦ green 134 ◦ blue 111

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

Shades of Salmon #EF866F

Tints of Salmon #EF866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 49.38%
G = 27.69%
B = 22.93%

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

#EF866F (or 0xEF866F) is known color: Salmon. HEX triplet: EF, 86 and 6F. RGB value is (239,134,111). Sum of RGB (Red+Green+Blue) = 239+134+111=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF866F is #107990. Grayscale: #A2A2A2. Windows color (decimal): -1079697 or 7309039. OLE color: 7309039.

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

Color convert

RGB 239 134 111 -
CMYK 0 0.44 0.54 0.06
HSL 10.78º 0.8% 0.69% -
HSV(B) 10.78º 0.54% 0.94% -
XYZ 46.99 36.55 19.62 -
YUV 162.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 239 134 111 0 0.44 0.54 0.06 10.78 0.8 0.69
Hex EF 86 6F 0 2C 36 6 B 50 45
Octal 357 206 157 0 54 66 6 13 120 105
Binary 11101111 10000110 1101111 0 101100 110110 110 1011 1010000 1000101

Color Harmonies of #EF866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF866F

Black with #EF866F

Text Example


Text Example

White with #EF866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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