Html Css Color HEX #E49073 Dark Salmon

📋 copy color: '#E49073'

red 228 ◦ green 144 ◦ blue 115

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

Shades of Dark Salmon #E49073

Tints of Dark Salmon #E49073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 46.82%
G = 29.57%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E49073 (or 0xE49073) is known color: Dark Salmon. HEX triplet: E4, 90 and 73. RGB value is (228,144,115). Sum of RGB (Red+Green+Blue) = 228+144+115=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E49073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49073 is #1B6F8C. Grayscale: #A6A6A6. Windows color (decimal): -1798029 or 7573732. OLE color: 7573732.

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

Color convert

RGB 228 144 115 -
CMYK 0 0.37 0.50 0.11
HSL 15.4º 0.68% 0.67% -
HSV(B) 15.4º 0.5% 0.89% -
XYZ 45.06 37.68 21.12 -
YUV 165.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 228 144 115 0 0.37 0.50 0.11 15.4 0.68 0.67
Hex E4 90 73 0 25 32 B F 44 43
Octal 344 220 163 0 45 62 13 17 104 103
Binary 11100100 10010000 1110011 0 100101 110010 1011 1111 1000100 1000011

Color Harmonies of #E49073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49073

Black with #E49073

Text Example


Text Example

White with #E49073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49073; }

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

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

background-color css

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

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

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

border-color css

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

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

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