#EA9A81

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

Shades of Dark Salmon #EA9A81

Tints of Dark Salmon #EA9A81

Color information

#EA9A81 (or 0xEA9A81) is unknown color: approx Dark Salmon. HEX triplet: EA, 9A and 81. RGB value is (234,154,129). Sum of RGB (Red+Green+Blue) = 234+154+129=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A81 is #15657E. Grayscale: #AFAFAF. Windows color (decimal): -1402239 or 8493802. OLE color: 8493802.

HSL color Cylindrical-coordinate representation of color #EA9A81: hue angle of 14.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA9A81 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234154129-
CMYK00.340.450.08
HSL14.29º71.43%71.18%-
HSV(B)14.29º44.87%91.76%-
XYZ49.4542.1926.31-
YUV175.07102170.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=45.26%
G=29.79%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415412900.340.450.0814.2971.4371.18
HexEA9A810222D8e4747
Octal352232201042551016107107
Binary11101010100110101000000101000101011011000111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9A81; }

 p { color: rgb(234,154,129); }

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

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

 a { background-color: rgb(234,154,129); }

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

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

 span { border-color: rgb(234,154,129); }

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