Html Css Color HEX #EF886F Salmon

📋 copy color: '#EF886F'

red 239 ◦ green 136 ◦ blue 111

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

Shades of Salmon #EF886F

Tints of Salmon #EF886F

RGB

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

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

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

R = 49.18%
G = 27.98%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF886F (or 0xEF886F) is known color: Salmon. HEX triplet: EF, 88 and 6F. RGB value is (239,136,111). Sum of RGB (Red+Green+Blue) = 239+136+111=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF886F is #107790. Grayscale: #A4A4A4. Windows color (decimal): -1079185 or 7309551. OLE color: 7309551.

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

Color convert

RGB 239 136 111 -
CMYK 0 0.43 0.54 0.06
HSL 11.72º 0.8% 0.69% -
HSV(B) 11.72º 0.54% 0.94% -
XYZ 47.27 37.11 19.71 -
YUV 163.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 239 136 111 0 0.43 0.54 0.06 11.72 0.8 0.69
Hex EF 88 6F 0 2B 36 6 C 50 45
Octal 357 210 157 0 53 66 6 14 120 105
Binary 11101111 10001000 1101111 0 101011 110110 110 1100 1010000 1000101

Color Harmonies of #EF886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF886F

Black with #EF886F

Text Example


Text Example

White with #EF886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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