Html Css Color HEX #E59B80 Dark Salmon

📋 copy color: '#E59B80'

red 229 ◦ green 155 ◦ blue 128

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

Shades of Dark Salmon #E59B80

Tints of Dark Salmon #E59B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.27%

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

R = 44.73%
G = 30.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E59B80 (or 0xE59B80) is known color: Dark Salmon. HEX triplet: E5, 9B and 80. RGB value is (229,155,128). Sum of RGB (Red+Green+Blue) = 229+155+128=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59B80 is #1A647F. Grayscale: #AEAEAE. Windows color (decimal): -1729664 or 8428517. OLE color: 8428517.

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

Color convert

RGB 229 155 128 -
CMYK 0 0.32 0.44 0.10
HSL 16.04º 0.66% 0.7% -
HSV(B) 16.04º 0.44% 0.9% -
XYZ 47.93 41.66 25.94 -
YUV 174.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 229 155 128 0 0.32 0.44 0.10 16.04 0.66 0.7
Hex E5 9B 80 0 20 2C A 10 42 46
Octal 345 233 200 0 40 54 12 20 102 106
Binary 11100101 10011011 10000000 0 100000 101100 1010 10000 1000010 1000110

Color Harmonies of #E59B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59B80

Black with #E59B80

Text Example


Text Example

White with #E59B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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