Html Css Color HEX #E49478 Dark Salmon

📋 copy color: '#E49478'

red 228 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #E49478

Tints of Dark Salmon #E49478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.84%

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

R = 45.97%
G = 29.84%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E49478 (or 0xE49478) is known color: Dark Salmon. HEX triplet: E4, 94 and 78. RGB value is (228,148,120). Sum of RGB (Red+Green+Blue) = 228+148+120=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E49478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49478 is #1B6B87. Grayscale: #A8A8A8. Windows color (decimal): -1797000 or 7902436. OLE color: 7902436.

HSL color Cylindrical-coordinate representation of color #E49478: hue angle of 15.56º 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 #E49478 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 148 120 -
CMYK 0 0.35 0.47 0.11
HSL 15.56º 0.67% 0.68% -
HSV(B) 15.56º 0.47% 0.89% -
XYZ 45.97 39.03 22.88 -
YUV 168.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 228 148 120 0 0.35 0.47 0.11 15.56 0.67 0.68
Hex E4 94 78 0 23 2F B 10 43 44
Octal 344 224 170 0 43 57 13 20 103 104
Binary 11100100 10010100 1111000 0 100011 101111 1011 10000 1000011 1000100

Color Harmonies of #E49478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49478

Black with #E49478

Text Example


Text Example

White with #E49478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49478; }

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

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

background-color css

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

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

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

border-color css

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

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

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