Html Css Color HEX #E58D74 Dark Salmon

📋 copy color: '#E58D74'

red 229 ◦ green 141 ◦ blue 116

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

Shades of Dark Salmon #E58D74

Tints of Dark Salmon #E58D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 47.12%
G = 29.01%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E58D74 (or 0xE58D74) is known color: Dark Salmon. HEX triplet: E5, 8D and 74. RGB value is (229,141,116). Sum of RGB (Red+Green+Blue) = 229+141+116=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D74 is #1A728B. Grayscale: #A4A4A4. Windows color (decimal): -1733260 or 7638501. OLE color: 7638501.

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

Color convert

RGB 229 141 116 -
CMYK 0 0.38 0.49 0.10
HSL 13.27º 0.68% 0.68% -
HSV(B) 13.27º 0.49% 0.9% -
XYZ 44.99 36.97 21.29 -
YUV 164.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 229 141 116 0 0.38 0.49 0.10 13.27 0.68 0.68
Hex E5 8D 74 0 26 31 A D 44 44
Octal 345 215 164 0 46 61 12 15 104 104
Binary 11100101 10001101 1110100 0 100110 110001 1010 1101 1000100 1000100

Color Harmonies of #E58D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58D74

Black with #E58D74

Text Example


Text Example

White with #E58D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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