Html Css Color HEX #E59575 Dark Salmon

📋 copy color: '#E59575'

red 229 ◦ green 149 ◦ blue 117

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

Shades of Dark Salmon #E59575

Tints of Dark Salmon #E59575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

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

R = 46.26%
G = 30.1%
B = 23.64%

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

#E59575 (or 0xE59575) is known color: Dark Salmon. HEX triplet: E5, 95 and 75. RGB value is (229,149,117). Sum of RGB (Red+Green+Blue) = 229+149+117=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E59575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59575 is #1A6A8A. Grayscale: #A9A9A9. Windows color (decimal): -1731211 or 7706085. OLE color: 7706085.

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

Color convert

RGB 229 149 117 -
CMYK 0 0.35 0.49 0.10
HSL 17.14º 0.68% 0.68% -
HSV(B) 17.14º 0.49% 0.9% -
XYZ 46.27 39.44 22 -
YUV 169.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 229 149 117 0 0.35 0.49 0.10 17.14 0.68 0.68
Hex E5 95 75 0 23 31 A 11 44 44
Octal 345 225 165 0 43 61 12 21 104 104
Binary 11100101 10010101 1110101 0 100011 110001 1010 10001 1000100 1000100

Color Harmonies of #E59575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59575

Black with #E59575

Text Example


Text Example

White with #E59575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59575; }

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

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

background-color css

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

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

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

border-color css

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

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

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