#EA8A7A

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

Shades of Dark Salmon #EA8A7A

Tints of Dark Salmon #EA8A7A

Color information

#EA8A7A (or 0xEA8A7A) is unknown color: approx Dark Salmon. HEX triplet: EA, 8A and 7A. RGB value is (234,138,122). Sum of RGB (Red+Green+Blue) = 234+138+122=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A7A is #157585. Grayscale: #A5A5A5. Windows color (decimal): -1406342 or 8030954. OLE color: 8030954.

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

Color convert

RGB234138122-
CMYK00.410.480.08
HSL8.57º72.73%69.8%-
HSV(B)8.57º47.86%91.76%-
XYZ46.5337.0723.12-
YUV164.88103.8177.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=47.37%
G=27.94%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413812200.410.480.088.5772.7369.8
HexEA8A7A02930894946
Octal352212172051601011111106
Binary1110101010001010111101001010011100001000100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A7A; }

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

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

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

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

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

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

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

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