Html Css Color HEX #E58E70 Dark Salmon

📋 copy color: '#E58E70'

red 229 ◦ green 142 ◦ blue 112

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

Shades of Dark Salmon #E58E70

Tints of Dark Salmon #E58E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 47.41%
G = 29.4%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E58E70 (or 0xE58E70) is known color: Dark Salmon. HEX triplet: E5, 8E and 70. RGB value is (229,142,112). Sum of RGB (Red+Green+Blue) = 229+142+112=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E70 is #1A718F. Grayscale: #A4A4A4. Windows color (decimal): -1733008 or 7376613. OLE color: 7376613.

HSL color Cylindrical-coordinate representation of color #E58E70: hue angle of 15.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E58E70 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 142 112 -
CMYK 0 0.38 0.51 0.10
HSL 15.38º 0.69% 0.67% -
HSV(B) 15.38º 0.51% 0.9% -
XYZ 44.91 37.17 20.14 -
YUV 164.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 229 142 112 0 0.38 0.51 0.10 15.38 0.69 0.67
Hex E5 8E 70 0 26 33 A F 45 43
Octal 345 216 160 0 46 63 12 17 105 103
Binary 11100101 10001110 1110000 0 100110 110011 1010 1111 1000101 1000011

Color Harmonies of #E58E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58E70

Black with #E58E70

Text Example


Text Example

White with #E58E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58E70; }

 p { color: rgb(229,142,112); }

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

background-color css

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

 a { background-color: rgb(229,142,112); }

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

border-color css

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

 span { border-color: rgb(229,142,112); }

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