#EA8A79

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

Shades of Dark Salmon #EA8A79

Tints of Dark Salmon #EA8A79

Color information

#EA8A79 (or 0xEA8A79) is unknown color: approx Dark Salmon. HEX triplet: EA, 8A and 79. RGB value is (234,138,121). Sum of RGB (Red+Green+Blue) = 234+138+121=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A79 is #157586. Grayscale: #A4A4A4. Windows color (decimal): -1406343 or 7965418. OLE color: 7965418.

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

Color convert

RGB234138121-
CMYK00.410.480.08
HSL9.03º72.9%69.61%-
HSV(B)9.03º48.29%91.76%-
XYZ46.4737.0522.79-
YUV164.77103.3177.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=47.46%
G=27.99%
B=24.54%

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
Decimal23413812100.410.480.089.0372.969.61
HexEA8A7902930894946
Octal352212171051601011111106
Binary1110101010001010111100101010011100001000100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A79; }

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

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

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

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

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

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

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

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