#EA9072

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

Shades of Dark Salmon #EA9072

Tints of Dark Salmon #EA9072

Color information

#EA9072 (or 0xEA9072) is unknown color: approx Dark Salmon. HEX triplet: EA, 90 and 72. RGB value is (234,144,114). Sum of RGB (Red+Green+Blue) = 234+144+114=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9072 is #156F8D. Grayscale: #A7A7A7. Windows color (decimal): -1404814 or 7508202. OLE color: 7508202.

HSL color Cylindrical-coordinate representation of color #EA9072: hue angle of 15º 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 #EA9072 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234144114-
CMYK00.380.510.08
HSL15º74.07%68.24%-
HSV(B)15º51.28%91.76%-
XYZ46.9438.6520.91-
YUV167.4997.82175.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=47.56%
G=29.27%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414411400.380.510.081574.0768.24
HexEA9072026338f4a44
Octal352220162046631017112104
Binary1110101010010000111001001001101100111000111110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9072; }

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

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

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

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

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

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

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

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