#EA9669

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

Shades of Dark Salmon #EA9669

Tints of Dark Salmon #EA9669

Color information

#EA9669 (or 0xEA9669) is unknown color: approx Dark Salmon. HEX triplet: EA, 96 and 69. RGB value is (234,150,105). Sum of RGB (Red+Green+Blue) = 234+150+105=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9669 is #156996. Grayscale: #AAAAAA. Windows color (decimal): -1403287 or 6919914. OLE color: 6919914.

HSL color Cylindrical-coordinate representation of color #EA9669: hue angle of 20.93º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA9669 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB234150105-
CMYK00.360.550.08
HSL20.93º75.44%66.47%-
HSV(B)20.93º55.13%91.76%-
XYZ47.3940.3318.65-
YUV169.9991.33173.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=47.85%
G=30.67%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415010500.360.550.0820.9375.4466.47
HexEA9669024378154b42
Octal352226151044671025113102
Binary11101010100101101101001010010011011110001010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9669; }

 p { color: rgb(234,150,105); }

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

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

 a { background-color: rgb(234,150,105); }

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

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

 span { border-color: rgb(234,150,105); }

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