#EA9668

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

Shades of Dark Salmon #EA9668

Tints of Dark Salmon #EA9668

Color information

#EA9668 (or 0xEA9668) is unknown color: approx Dark Salmon. HEX triplet: EA, 96 and 68. RGB value is (234,150,104). Sum of RGB (Red+Green+Blue) = 234+150+104=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9668 is #156997. Grayscale: #AAAAAA. Windows color (decimal): -1403288 or 6854378. OLE color: 6854378.

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

Color convert

RGB234150104-
CMYK00.360.560.08
HSL21.23º75.58%66.27%-
HSV(B)21.23º55.56%91.76%-
XYZ47.3440.318.38-
YUV169.8790.83173.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 104 (41.02% from 255) = 21.31%
R=47.95%
G=30.74%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415010400.360.560.0821.2375.5866.27
HexEA9668024388154c42
Octal352226150044701025114102
Binary11101010100101101101000010010011100010001010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9668; }

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

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

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

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

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

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

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

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