Html Css Color HEX #E59076 Dark Salmon

📋 copy color: '#E59076'

red 229 ◦ green 144 ◦ blue 118

#E59076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #E59076

Tints of Dark Salmon #E59076

RGB

 RED value IS 229 (89.84% from 255) = 46.64%

 GREEN value IS 144 (56.64% from 255) = 29.33%

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 46.64%
G = 29.33%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E59076 (or 0xE59076) is known color: Dark Salmon. HEX triplet: E5, 90 and 76. RGB value is (229,144,118). Sum of RGB (Red+Green+Blue) = 229+144+118=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E59076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59076 is #1A6F89. Grayscale: #A6A6A6. Windows color (decimal): -1732490 or 7770341. OLE color: 7770341.

HSL color Cylindrical-coordinate representation of color #E59076: hue angle of 14.05º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E59076 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 144 118 -
CMYK 0 0.37 0.48 0.10
HSL 14.05º 0.68% 0.68% -
HSV(B) 14.05º 0.48% 0.9% -
XYZ 45.56 37.91 22.06 -
YUV 166.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 229 144 118 0 0.37 0.48 0.10 14.05 0.68 0.68
Hex E5 90 76 0 25 30 A E 44 44
Octal 345 220 166 0 45 60 12 16 104 104
Binary 11100101 10010000 1110110 0 100101 110000 1010 1110 1000100 1000100

Color Harmonies of #E59076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59076

Black with #E59076

Text Example


Text Example

White with #E59076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59076; }

 p { color: rgb(229,144,118); }

 H1.HeaderClassName
 {
   color: #E59076;
 }
 .AnyTagClassName
 {
   color: #E59076;
 }
</style>

background-color css

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

 a { background-color: rgb(229,144,118); }

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

border-color css

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

 span { border-color: rgb(229,144,118); }

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