Html Css Color HEX #E59A76 Dark Salmon

📋 copy color: '#E59A76'

red 229 ◦ green 154 ◦ blue 118

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

Shades of Dark Salmon #E59A76

Tints of Dark Salmon #E59A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

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

R = 45.71%
G = 30.74%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E59A76 (or 0xE59A76) is known color: Dark Salmon. HEX triplet: E5, 9A and 76. RGB value is (229,154,118). Sum of RGB (Red+Green+Blue) = 229+154+118=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59A76 is #1A6589. Grayscale: #ACACAC. Windows color (decimal): -1729930 or 7772901. OLE color: 7772901.

HSL color Cylindrical-coordinate representation of color #E59A76: hue angle of 19.46º 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 #E59A76 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 154 118 -
CMYK 0 0.33 0.48 0.10
HSL 19.46º 0.68% 0.68% -
HSV(B) 19.46º 0.48% 0.9% -
XYZ 47.14 41.08 22.58 -
YUV 172.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 229 154 118 0 0.33 0.48 0.10 19.46 0.68 0.68
Hex E5 9A 76 0 21 30 A 13 44 44
Octal 345 232 166 0 41 60 12 23 104 104
Binary 11100101 10011010 1110110 0 100001 110000 1010 10011 1000100 1000100

Color Harmonies of #E59A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A76

Black with #E59A76

Text Example


Text Example

White with #E59A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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