#EF8A69

Color #EF8A69 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #EF8A69

Tints of Salmon #EF8A69

Color information

#EF8A69 (or 0xEF8A69) is unknown color: approx Salmon. HEX triplet: EF, 8A and 69. RGB value is (239,138,105). Sum of RGB (Red+Green+Blue) = 239+138+105=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A69 is #107596. Grayscale: #A4A4A4. Windows color (decimal): -1078679 or 6916847. OLE color: 6916847.

HSL color Cylindrical-coordinate representation of color #EF8A69: hue angle of 14.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF8A69 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239138105-
CMYK00.420.560.06
HSL14.78º80.72%67.45%-
HSV(B)14.78º56.07%93.73%-
XYZ47.2337.5518.12-
YUV164.4494.46181.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=49.59%
G=28.63%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913810500.420.560.0614.7880.7267.45
HexEF8A6902A386f5143
Octal35721215105270617121103
Binary111011111000101011010010101010111000110111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A69; }

 p { color: rgb(239,138,105); }

 H1.HeaderClassName
 {
   color: #EF8A69;
 }
 .AnyTagClassName
 {
   color: #EF8A69;
 }
</style>
background-color css

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

 a { background-color: rgb(239,138,105); }

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

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

 span { border-color: rgb(239,138,105); }

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