Html Css Color HEX #EF856B Salmon

📋 copy color: '#EF856B'

red 239 ◦ green 133 ◦ blue 107

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

Shades of Salmon #EF856B

Tints of Salmon #EF856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 49.9%
G = 27.77%
B = 22.34%

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

#EF856B (or 0xEF856B) is known color: Salmon. HEX triplet: EF, 85 and 6B. RGB value is (239,133,107). Sum of RGB (Red+Green+Blue) = 239+133+107=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF856B is #107A94. Grayscale: #A1A1A1. Windows color (decimal): -1079957 or 7046639. OLE color: 7046639.

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

Color convert

RGB 239 133 107 -
CMYK 0 0.44 0.55 0.06
HSL 11.82º 0.8% 0.68% -
HSV(B) 11.82º 0.55% 0.94% -
XYZ 46.64 36.19 18.44 -
YUV 161.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 239 133 107 0 0.44 0.55 0.06 11.82 0.8 0.68
Hex EF 85 6B 0 2C 37 6 C 50 44
Octal 357 205 153 0 54 67 6 14 120 104
Binary 11101111 10000101 1101011 0 101100 110111 110 1100 1010000 1000100

Color Harmonies of #EF856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF856B

Black with #EF856B

Text Example


Text Example

White with #EF856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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