Html Css Color HEX #E59A74 Dark Salmon

📋 copy color: '#E59A74'

red 229 ◦ green 154 ◦ blue 116

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

Shades of Dark Salmon #E59A74

Tints of Dark Salmon #E59A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 45.89%
G = 30.86%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E59A74 (or 0xE59A74) is known color: Dark Salmon. HEX triplet: E5, 9A and 74. RGB value is (229,154,116). Sum of RGB (Red+Green+Blue) = 229+154+116=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59A74 is #1A658B. Grayscale: #ACACAC. Windows color (decimal): -1729932 or 7641829. OLE color: 7641829.

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

Color convert

RGB 229 154 116 -
CMYK 0 0.33 0.49 0.10
HSL 20.18º 0.68% 0.68% -
HSV(B) 20.18º 0.49% 0.9% -
XYZ 47.02 41.03 21.96 -
YUV 172.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 229 154 116 0 0.33 0.49 0.10 20.18 0.68 0.68
Hex E5 9A 74 0 21 31 A 14 44 44
Octal 345 232 164 0 41 61 12 24 104 104
Binary 11100101 10011010 1110100 0 100001 110001 1010 10100 1000100 1000100

Color Harmonies of #E59A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A74

Black with #E59A74

Text Example


Text Example

White with #E59A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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