#EA9E74

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

Shades of Dark Salmon #EA9E74

Tints of Dark Salmon #EA9E74

Color information

#EA9E74 (or 0xEA9E74) is unknown color: approx Dark Salmon. HEX triplet: EA, 9E and 74. RGB value is (234,158,116). Sum of RGB (Red+Green+Blue) = 234+158+116=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E74 is #15618B. Grayscale: #B0B0B0. Windows color (decimal): -1401228 or 7642858. OLE color: 7642858.

HSL color Cylindrical-coordinate representation of color #EA9E74: hue angle of 21.36º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA9E74 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234158116-
CMYK00.320.500.08
HSL21.36º73.75%68.63%-
HSV(B)21.36º50.43%91.76%-
XYZ49.3143.2122.26-
YUV175.9494.18169.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 116 (45.70% from 255) = 22.83%
R=46.06%
G=31.10%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415811600.320.500.0821.3673.7568.63
HexEA9E74020328154a45
Octal352236164040621025112105
Binary11101010100111101110100010000011001010001010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E74; }

 p { color: rgb(234,158,116); }

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

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

 a { background-color: rgb(234,158,116); }

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

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

 span { border-color: rgb(234,158,116); }

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