#EA9081

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

Shades of Dark Salmon #EA9081

Tints of Dark Salmon #EA9081

Color information

#EA9081 (or 0xEA9081) is unknown color: approx Dark Salmon. HEX triplet: EA, 90 and 81. RGB value is (234,144,129). Sum of RGB (Red+Green+Blue) = 234+144+129=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9081 is #156F7E. Grayscale: #A9A9A9. Windows color (decimal): -1404799 or 8491242. OLE color: 8491242.

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

Color convert

RGB234144129-
CMYK00.380.450.08
HSL8.57º71.43%71.18%-
HSV(B)8.57º44.87%91.76%-
XYZ47.8739.0225.78-
YUV169.2105.32174.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=46.15%
G=28.40%
B=25.44%

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
Decimal23414412900.380.450.088.5771.4371.18
HexEA90810262D894747
Octal352220201046551011107107
Binary11101010100100001000000101001101011011000100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9081; }

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

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

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

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

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

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

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

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