#EA9281

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

Shades of Dark Salmon #EA9281

Tints of Dark Salmon #EA9281

Color information

#EA9281 (or 0xEA9281) is unknown color: approx Dark Salmon. HEX triplet: EA, 92 and 81. RGB value is (234,146,129). Sum of RGB (Red+Green+Blue) = 234+146+129=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9281 is #156D7E. Grayscale: #AAAAAA. Windows color (decimal): -1404287 or 8491754. OLE color: 8491754.

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

Color convert

RGB234146129-
CMYK00.380.450.08
HSL9.71º71.43%71.18%-
HSV(B)9.71º44.87%91.76%-
XYZ48.1739.6425.88-
YUV170.37104.65173.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=45.97%
G=28.68%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414612900.380.450.089.7171.4371.18
HexEA92810262D8a4747
Octal352222201046551012107107
Binary11101010100100101000000101001101011011000101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9281; }

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

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

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

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

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

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

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

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