#EA986D

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

Shades of Dark Salmon #EA986D

Tints of Dark Salmon #EA986D

Color information

#EA986D (or 0xEA986D) is unknown color: approx Dark Salmon. HEX triplet: EA, 98 and 6D. RGB value is (234,152,109). Sum of RGB (Red+Green+Blue) = 234+152+109=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA986D is #156792. Grayscale: #ABABAB. Windows color (decimal): -1402771 or 7182570. OLE color: 7182570.

HSL color Cylindrical-coordinate representation of color #EA986D: hue angle of 20.64º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA986D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234152109-
CMYK00.350.530.08
HSL20.64º74.85%67.25%-
HSV(B)20.64º53.42%91.76%-
XYZ47.9241.0519.87-
YUV171.6292.67172.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=47.27%
G=30.71%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415210900.350.530.0820.6474.8567.25
HexEA986D023358154b43
Octal352230155043651025113103
Binary11101010100110001101101010001111010110001010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA986D; }

 p { color: rgb(234,152,109); }

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

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

 a { background-color: rgb(234,152,109); }

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

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

 span { border-color: rgb(234,152,109); }

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