Html Css Color HEX #E58C75 Dark Salmon

📋 copy color: '#E58C75'

red 229 ◦ green 140 ◦ blue 117

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

Shades of Dark Salmon #E58C75

Tints of Dark Salmon #E58C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 47.12%
G = 28.81%
B = 24.07%

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

#E58C75 (or 0xE58C75) is known color: Dark Salmon. HEX triplet: E5, 8C and 75. RGB value is (229,140,117). Sum of RGB (Red+Green+Blue) = 229+140+117=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C75 is #1A738A. Grayscale: #A4A4A4. Windows color (decimal): -1733515 or 7703781. OLE color: 7703781.

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

Color convert

RGB 229 140 117 -
CMYK 0 0.39 0.49 0.10
HSL 12.32º 0.68% 0.68% -
HSV(B) 12.32º 0.49% 0.9% -
XYZ 44.9 36.7 21.55 -
YUV 163.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 229 140 117 0 0.39 0.49 0.10 12.32 0.68 0.68
Hex E5 8C 75 0 27 31 A C 44 44
Octal 345 214 165 0 47 61 12 14 104 104
Binary 11100101 10001100 1110101 0 100111 110001 1010 1100 1000100 1000100

Color Harmonies of #E58C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58C75

Black with #E58C75

Text Example


Text Example

White with #E58C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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