#EA8D70

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

Shades of Dark Salmon #EA8D70

Tints of Dark Salmon #EA8D70

Color information

#EA8D70 (or 0xEA8D70) is unknown color: approx Dark Salmon. HEX triplet: EA, 8D and 70. RGB value is (234,141,112). Sum of RGB (Red+Green+Blue) = 234+141+112=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D70 is #15728F. Grayscale: #A5A5A5. Windows color (decimal): -1405584 or 7376362. OLE color: 7376362.

HSL color Cylindrical-coordinate representation of color #EA8D70: hue angle of 14.26º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8D70 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234141112-
CMYK00.400.520.08
HSL14.26º74.39%67.84%-
HSV(B)14.26º52.14%91.76%-
XYZ46.3837.7120.16-
YUV165.597.81176.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=48.05%
G=28.95%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414111200.400.520.0814.2674.3967.84
HexEA8D70028348e4a44
Octal352215160050641016112104
Binary1110101010001101111000001010001101001000111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D70; }

 p { color: rgb(234,141,112); }

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

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

 a { background-color: rgb(234,141,112); }

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

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

 span { border-color: rgb(234,141,112); }

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