Html Css Color HEX #E49082 Dark Salmon

📋 copy color: '#E49082'

red 228 ◦ green 144 ◦ blue 130

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

Shades of Dark Salmon #E49082

Tints of Dark Salmon #E49082

RGB

 RED value IS 228 (89.45% from 255) = 45.42%

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

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

R = 45.42%
G = 28.69%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E49082 (or 0xE49082) is known color: Dark Salmon. HEX triplet: E4, 90 and 82. RGB value is (228,144,130). Sum of RGB (Red+Green+Blue) = 228+144+130=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E49082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49082 is #1B6F7D. Grayscale: #A7A7A7. Windows color (decimal): -1798014 or 8556772. OLE color: 8556772.

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

Color convert

RGB 228 144 130 -
CMYK 0 0.37 0.43 0.11
HSL 8.57º 0.64% 0.7% -
HSV(B) 8.57º 0.43% 0.89% -
XYZ 46 38.05 26.04 -
YUV 167.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 228 144 130 0 0.37 0.43 0.11 8.57 0.64 0.7
Hex E4 90 82 0 25 2B B 9 40 46
Octal 344 220 202 0 45 53 13 11 100 106
Binary 11100100 10010000 10000010 0 100101 101011 1011 1001 1000000 1000110

Color Harmonies of #E49082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49082

Black with #E49082

Text Example


Text Example

White with #E49082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49082; }

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

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

background-color css

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

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

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

border-color css

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

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

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