Html Css Color HEX #E49477 Dark Salmon

📋 copy color: '#E49477'

red 228 ◦ green 148 ◦ blue 119

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

Shades of Dark Salmon #E49477

Tints of Dark Salmon #E49477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 46.06%
G = 29.9%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E49477 (or 0xE49477) is known color: Dark Salmon. HEX triplet: E4, 94 and 77. RGB value is (228,148,119). Sum of RGB (Red+Green+Blue) = 228+148+119=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E49477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49477 is #1B6B88. Grayscale: #A8A8A8. Windows color (decimal): -1797001 or 7836900. OLE color: 7836900.

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

Color convert

RGB 228 148 119 -
CMYK 0 0.35 0.48 0.11
HSL 15.96º 0.67% 0.68% -
HSV(B) 15.96º 0.48% 0.89% -
XYZ 45.91 39.01 22.56 -
YUV 168.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 228 148 119 0 0.35 0.48 0.11 15.96 0.67 0.68
Hex E4 94 77 0 23 30 B 10 43 44
Octal 344 224 167 0 43 60 13 20 103 104
Binary 11100100 10010100 1110111 0 100011 110000 1011 10000 1000011 1000100

Color Harmonies of #E49477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49477

Black with #E49477

Text Example


Text Example

White with #E49477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49477; }

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

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

background-color css

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

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

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

border-color css

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

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

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