Html Css Color HEX #E59474 Dark Salmon

📋 copy color: '#E59474'

red 229 ◦ green 148 ◦ blue 116

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

Shades of Dark Salmon #E59474

Tints of Dark Salmon #E59474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 46.45%
G = 30.02%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E59474 (or 0xE59474) is known color: Dark Salmon. HEX triplet: E5, 94 and 74. RGB value is (229,148,116). Sum of RGB (Red+Green+Blue) = 229+148+116=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E59474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59474 is #1A6B8B. Grayscale: #A8A8A8. Windows color (decimal): -1731468 or 7640293. OLE color: 7640293.

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

Color convert

RGB 229 148 116 -
CMYK 0 0.35 0.49 0.10
HSL 16.99º 0.68% 0.68% -
HSV(B) 16.99º 0.49% 0.9% -
XYZ 46.06 39.1 21.64 -
YUV 168.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 229 148 116 0 0.35 0.49 0.10 16.99 0.68 0.68
Hex E5 94 74 0 23 31 A 11 44 44
Octal 345 224 164 0 43 61 12 21 104 104
Binary 11100101 10010100 1110100 0 100011 110001 1010 10001 1000100 1000100

Color Harmonies of #E59474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59474

Black with #E59474

Text Example


Text Example

White with #E59474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59474; }

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

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

background-color css

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

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

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

border-color css

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

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

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