#EA917A

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

Shades of Dark Salmon #EA917A

Tints of Dark Salmon #EA917A

Color information

#EA917A (or 0xEA917A) is unknown color: approx Dark Salmon. HEX triplet: EA, 91 and 7A. RGB value is (234,145,122). Sum of RGB (Red+Green+Blue) = 234+145+122=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA917A is #156E85. Grayscale: #A9A9A9. Windows color (decimal): -1404550 or 8032746. OLE color: 8032746.

HSL color Cylindrical-coordinate representation of color #EA917A: hue angle of 12.32º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA917A is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234145122-
CMYK00.380.480.08
HSL12.32º72.73%69.8%-
HSV(B)12.32º47.86%91.76%-
XYZ47.5739.1523.46-
YUV168.99101.49174.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=46.71%
G=28.94%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414512200.380.480.0812.3272.7369.8
HexEA917A026308c4946
Octal352221172046601014111106
Binary1110101010010001111101001001101100001000110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA917A; }

 p { color: rgb(234,145,122); }

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

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

 a { background-color: rgb(234,145,122); }

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

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

 span { border-color: rgb(234,145,122); }

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