Html Css Color HEX #E59380 Dark Salmon

📋 copy color: '#E59380'

red 229 ◦ green 147 ◦ blue 128

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

Shades of Dark Salmon #E59380

Tints of Dark Salmon #E59380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 45.44%
G = 29.17%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E59380 (or 0xE59380) is known color: Dark Salmon. HEX triplet: E5, 93 and 80. RGB value is (229,147,128). Sum of RGB (Red+Green+Blue) = 229+147+128=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E59380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59380 is #1A6C7F. Grayscale: #A9A9A9. Windows color (decimal): -1731712 or 8426469. OLE color: 8426469.

HSL color Cylindrical-coordinate representation of color #E59380: hue angle of 11.29º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E59380 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 147 128 -
CMYK 0 0.36 0.44 0.10
HSL 11.29º 0.66% 0.7% -
HSV(B) 11.29º 0.44% 0.9% -
XYZ 46.64 39.08 25.51 -
YUV 169.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 229 147 128 0 0.36 0.44 0.10 11.29 0.66 0.7
Hex E5 93 80 0 24 2C A B 42 46
Octal 345 223 200 0 44 54 12 13 102 106
Binary 11100101 10010011 10000000 0 100100 101100 1010 1011 1000010 1000110

Color Harmonies of #E59380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59380

Black with #E59380

Text Example


Text Example

White with #E59380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59380; }

 p { color: rgb(229,147,128); }

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

background-color css

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

 a { background-color: rgb(229,147,128); }

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

border-color css

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

 span { border-color: rgb(229,147,128); }

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