Html Css Color HEX #EF886E Salmon

📋 copy color: '#EF886E'

red 239 ◦ green 136 ◦ blue 110

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

Shades of Salmon #EF886E

Tints of Salmon #EF886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 49.28%
G = 28.04%
B = 22.68%

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

#EF886E (or 0xEF886E) is known color: Salmon. HEX triplet: EF, 88 and 6E. RGB value is (239,136,110). Sum of RGB (Red+Green+Blue) = 239+136+110=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF886E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF886E is #107791. Grayscale: #A4A4A4. Windows color (decimal): -1079186 or 7244015. OLE color: 7244015.

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

Color convert

RGB 239 136 110 -
CMYK 0 0.43 0.54 0.06
HSL 12.09º 0.8% 0.68% -
HSV(B) 12.09º 0.54% 0.94% -
XYZ 47.22 37.08 19.42 -
YUV 163.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 239 136 110 0 0.43 0.54 0.06 12.09 0.8 0.68
Hex EF 88 6E 0 2B 36 6 C 50 44
Octal 357 210 156 0 53 66 6 14 120 104
Binary 11101111 10001000 1101110 0 101011 110110 110 1100 1010000 1000100

Color Harmonies of #EF886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF886E

Black with #EF886E

Text Example


Text Example

White with #EF886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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