Html Css Color HEX #E59682 Dark Salmon

📋 copy color: '#E59682'

red 229 ◦ green 150 ◦ blue 130

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

Shades of Dark Salmon #E59682

Tints of Dark Salmon #E59682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 44.99%
G = 29.47%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E59682 (or 0xE59682) is known color: Dark Salmon. HEX triplet: E5, 96 and 82. RGB value is (229,150,130). Sum of RGB (Red+Green+Blue) = 229+150+130=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E59682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59682 is #1A697D. Grayscale: #ABABAB. Windows color (decimal): -1730942 or 8558309. OLE color: 8558309.

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

Color convert

RGB 229 150 130 -
CMYK 0 0.34 0.43 0.10
HSL 12.12º 0.66% 0.7% -
HSV(B) 12.12º 0.43% 0.9% -
XYZ 47.25 40.08 26.37 -
YUV 171.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 229 150 130 0 0.34 0.43 0.10 12.12 0.66 0.7
Hex E5 96 82 0 22 2B A C 42 46
Octal 345 226 202 0 42 53 12 14 102 106
Binary 11100101 10010110 10000010 0 100010 101011 1010 1100 1000010 1000110

Color Harmonies of #E59682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59682

Black with #E59682

Text Example


Text Example

White with #E59682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59682; }

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

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

background-color css

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

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

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

border-color css

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

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

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