Html Css Color HEX #E49976 Dark Salmon

📋 copy color: '#E49976'

red 228 ◦ green 153 ◦ blue 118

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

Shades of Dark Salmon #E49976

Tints of Dark Salmon #E49976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 45.69%
G = 30.66%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E49976 (or 0xE49976) is known color: Dark Salmon. HEX triplet: E4, 99 and 76. RGB value is (228,153,118). Sum of RGB (Red+Green+Blue) = 228+153+118=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E49976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49976 is #1B6689. Grayscale: #ABABAB. Windows color (decimal): -1795722 or 7772644. OLE color: 7772644.

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

Color convert

RGB 228 153 118 -
CMYK 0 0.33 0.48 0.11
HSL 19.09º 0.67% 0.68% -
HSV(B) 19.09º 0.48% 0.89% -
XYZ 46.66 40.58 22.51 -
YUV 171.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 228 153 118 0 0.33 0.48 0.11 19.09 0.67 0.68
Hex E4 99 76 0 21 30 B 13 43 44
Octal 344 231 166 0 41 60 13 23 103 104
Binary 11100100 10011001 1110110 0 100001 110000 1011 10011 1000011 1000100

Color Harmonies of #E49976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49976

Black with #E49976

Text Example


Text Example

White with #E49976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49976; }

 p { color: rgb(228,153,118); }

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

background-color css

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

 a { background-color: rgb(228,153,118); }

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

border-color css

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

 span { border-color: rgb(228,153,118); }

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