Html Css Color HEX #E59082 Dark Salmon

📋 copy color: '#E59082'

red 229 ◦ green 144 ◦ blue 130

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

Shades of Dark Salmon #E59082

Tints of Dark Salmon #E59082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.63%

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 45.53%
G = 28.63%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E59082 (or 0xE59082) is known color: Dark Salmon. HEX triplet: E5, 90 and 82. RGB value is (229,144,130). Sum of RGB (Red+Green+Blue) = 229+144+130=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E59082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59082 is #1A6F7D. Grayscale: #A7A7A7. Windows color (decimal): -1732478 or 8556773. OLE color: 8556773.

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

Color convert

RGB 229 144 130 -
CMYK 0 0.37 0.43 0.10
HSL 8.48º 0.66% 0.7% -
HSV(B) 8.48º 0.43% 0.9% -
XYZ 46.32 38.22 26.05 -
YUV 167.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 229 144 130 0 0.37 0.43 0.10 8.48 0.66 0.7
Hex E5 90 82 0 25 2B A 8 42 46
Octal 345 220 202 0 45 53 12 10 102 106
Binary 11100101 10010000 10000010 0 100101 101011 1010 1000 1000010 1000110

Color Harmonies of #E59082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59082

Black with #E59082

Text Example


Text Example

White with #E59082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59082; }

 p { color: rgb(229,144,130); }

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

background-color css

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

 a { background-color: rgb(229,144,130); }

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

border-color css

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

 span { border-color: rgb(229,144,130); }

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