Html Css Color HEX #EF886D Salmon

📋 copy color: '#EF886D'

red 239 ◦ green 136 ◦ blue 109

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

Shades of Salmon #EF886D

Tints of Salmon #EF886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 49.38%
G = 28.1%
B = 22.52%

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

#EF886D (or 0xEF886D) is known color: Salmon. HEX triplet: EF, 88 and 6D. RGB value is (239,136,109). Sum of RGB (Red+Green+Blue) = 239+136+109=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF886D is #107792. Grayscale: #A3A3A3. Windows color (decimal): -1079187 or 7178479. OLE color: 7178479.

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

Color convert

RGB 239 136 109 -
CMYK 0 0.43 0.54 0.06
HSL 12.46º 0.8% 0.68% -
HSV(B) 12.46º 0.54% 0.94% -
XYZ 47.16 37.06 19.14 -
YUV 163.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 239 136 109 0 0.43 0.54 0.06 12.46 0.8 0.68
Hex EF 88 6D 0 2B 36 6 C 50 44
Octal 357 210 155 0 53 66 6 14 120 104
Binary 11101111 10001000 1101101 0 101011 110110 110 1100 1010000 1000100

Color Harmonies of #EF886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF886D

Black with #EF886D

Text Example


Text Example

White with #EF886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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