Html Css Color HEX #EF886B Salmon

📋 copy color: '#EF886B'

red 239 ◦ green 136 ◦ blue 107

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

Shades of Salmon #EF886B

Tints of Salmon #EF886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.22%

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

R = 49.59%
G = 28.22%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF886B (or 0xEF886B) is known color: Salmon. HEX triplet: EF, 88 and 6B. RGB value is (239,136,107). Sum of RGB (Red+Green+Blue) = 239+136+107=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF886B is #107794. Grayscale: #A3A3A3. Windows color (decimal): -1079189 or 7047407. OLE color: 7047407.

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

Color convert

RGB 239 136 107 -
CMYK 0 0.43 0.55 0.06
HSL 13.18º 0.8% 0.68% -
HSV(B) 13.18º 0.55% 0.94% -
XYZ 47.05 37.02 18.58 -
YUV 163.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 239 136 107 0 0.43 0.55 0.06 13.18 0.8 0.68
Hex EF 88 6B 0 2B 37 6 D 50 44
Octal 357 210 153 0 53 67 6 15 120 104
Binary 11101111 10001000 1101011 0 101011 110111 110 1101 1010000 1000100

Color Harmonies of #EF886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF886B

Black with #EF886B

Text Example


Text Example

White with #EF886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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