#EAA075

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

Shades of Dark Salmon #EAA075

Tints of Dark Salmon #EAA075

Color information

#EAA075 (or 0xEAA075) is unknown color: approx Dark Salmon. HEX triplet: EA, A0 and 75. RGB value is (234,160,117). Sum of RGB (Red+Green+Blue) = 234+160+117=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA075 is #155F8A. Grayscale: #B1B1B1. Windows color (decimal): -1400715 or 7708906. OLE color: 7708906.

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

Color convert

RGB234160117-
CMYK00.320.50.08
HSL22.05º73.58%68.82%-
HSV(B)22.05º50%91.76%-
XYZ49.7143.9222.69-
YUV177.2294.02168.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=45.79%
G=31.31%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416011700.320.50.0822.0573.5868.82
HexEAA075020328164a45
Octal352240165040621026112105
Binary11101010101000001110101010000011001010001011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA075; }

 p { color: rgb(234,160,117); }

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

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

 a { background-color: rgb(234,160,117); }

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

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

 span { border-color: rgb(234,160,117); }

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