Html Css Color HEX #E58C74 Dark Salmon

📋 copy color: '#E58C74'

red 229 ◦ green 140 ◦ blue 116

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

Shades of Dark Salmon #E58C74

Tints of Dark Salmon #E58C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

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

R = 47.22%
G = 28.87%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E58C74 (or 0xE58C74) is known color: Dark Salmon. HEX triplet: E5, 8C and 74. RGB value is (229,140,116). Sum of RGB (Red+Green+Blue) = 229+140+116=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C74 is #1A738B. Grayscale: #A4A4A4. Windows color (decimal): -1733516 or 7638245. OLE color: 7638245.

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

Color convert

RGB 229 140 116 -
CMYK 0 0.39 0.49 0.10
HSL 12.74º 0.68% 0.68% -
HSV(B) 12.74º 0.49% 0.9% -
XYZ 44.84 36.68 21.24 -
YUV 163.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 229 140 116 0 0.39 0.49 0.10 12.74 0.68 0.68
Hex E5 8C 74 0 27 31 A D 44 44
Octal 345 214 164 0 47 61 12 15 104 104
Binary 11100101 10001100 1110100 0 100111 110001 1010 1101 1000100 1000100

Color Harmonies of #E58C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58C74

Black with #E58C74

Text Example


Text Example

White with #E58C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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