Html Css Color HEX #E49078 Dark Salmon

📋 copy color: '#E49078'

red 228 ◦ green 144 ◦ blue 120

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

Shades of Dark Salmon #E49078

Tints of Dark Salmon #E49078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 46.34%
G = 29.27%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E49078 (or 0xE49078) is known color: Dark Salmon. HEX triplet: E4, 90 and 78. RGB value is (228,144,120). Sum of RGB (Red+Green+Blue) = 228+144+120=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E49078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49078 is #1B6F87. Grayscale: #A6A6A6. Windows color (decimal): -1798024 or 7901412. OLE color: 7901412.

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

Color convert

RGB 228 144 120 -
CMYK 0 0.37 0.47 0.11
HSL 13.33º 0.67% 0.68% -
HSV(B) 13.33º 0.47% 0.89% -
XYZ 45.36 37.8 22.67 -
YUV 166.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 228 144 120 0 0.37 0.47 0.11 13.33 0.67 0.68
Hex E4 90 78 0 25 2F B D 43 44
Octal 344 220 170 0 45 57 13 15 103 104
Binary 11100100 10010000 1111000 0 100101 101111 1011 1101 1000011 1000100

Color Harmonies of #E49078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49078

Black with #E49078

Text Example


Text Example

White with #E49078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49078; }

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

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

background-color css

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

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

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

border-color css

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

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

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