#EA937B

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

Shades of Dark Salmon #EA937B

Tints of Dark Salmon #EA937B

Color information

#EA937B (or 0xEA937B) is unknown color: approx Dark Salmon. HEX triplet: EA, 93 and 7B. RGB value is (234,147,123). Sum of RGB (Red+Green+Blue) = 234+147+123=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA937B is #156C84. Grayscale: #AAAAAA. Windows color (decimal): -1404037 or 8098794. OLE color: 8098794.

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

Color convert

RGB234147123-
CMYK00.370.470.08
HSL12.97º72.55%70%-
HSV(B)12.97º47.44%91.76%-
XYZ47.9439.7923.89-
YUV170.28101.32173.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.43%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=46.43%
G=29.17%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414712300.370.470.0812.9772.5570
HexEA937B0252F8d4946
Octal352223173045571015111106
Binary1110101010010011111101101001011011111000110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA937B; }

 p { color: rgb(234,147,123); }

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

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

 a { background-color: rgb(234,147,123); }

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

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

 span { border-color: rgb(234,147,123); }

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