Html Css Color HEX #EF856C Salmon

📋 copy color: '#EF856C'

red 239 ◦ green 133 ◦ blue 108

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

Shades of Salmon #EF856C

Tints of Salmon #EF856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 49.79%
G = 27.71%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF856C (or 0xEF856C) is known color: Salmon. HEX triplet: EF, 85 and 6C. RGB value is (239,133,108). Sum of RGB (Red+Green+Blue) = 239+133+108=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF856C is #107A93. Grayscale: #A2A2A2. Windows color (decimal): -1079956 or 7112175. OLE color: 7112175.

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

Color convert

RGB 239 133 108 -
CMYK 0 0.44 0.55 0.06
HSL 11.45º 0.8% 0.68% -
HSV(B) 11.45º 0.55% 0.94% -
XYZ 46.69 36.21 18.72 -
YUV 161.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 239 133 108 0 0.44 0.55 0.06 11.45 0.8 0.68
Hex EF 85 6C 0 2C 37 6 B 50 44
Octal 357 205 154 0 54 67 6 13 120 104
Binary 11101111 10000101 1101100 0 101100 110111 110 1011 1010000 1000100

Color Harmonies of #EF856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF856C

Black with #EF856C

Text Example


Text Example

White with #EF856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF856C; }

 p { color: rgb(239,133,108); }

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

background-color css

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

 a { background-color: rgb(239,133,108); }

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

border-color css

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

 span { border-color: rgb(239,133,108); }

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