#ea9e72

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

Shades of Dark Salmon #EA9E72

Tints of Dark Salmon #EA9E72

Color information

#EA9E72 (or 0xEA9E72) is unknown color: approx Dark Salmon. HEX triplet: EA, 9E and 72. RGB value is (234,158,114). Sum of RGB (Red+Green+Blue) = 234+158+114=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E72 is #15618D. Grayscale: #AFAFAF. Windows color (decimal): -1401230 or 7511786. OLE color: 7511786.

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

Color convert

RGB234158114-
CMYK00.320.510.08
HSL22º74.07%68.24%-
HSV(B)22º51.28%91.76%-
XYZ49.243.1621.66-
YUV175.7193.18169.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.25%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=46.25%
G=31.23%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415811400.320.510.082274.0768.24
HexEA9E72020338164a44
Octal352236162040631026112104
Binary11101010100111101110010010000011001110001011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea9e72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea9e72; }

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

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

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

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

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

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

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

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