Html Css Color HEX #E29573 Dark Salmon

📋 copy color: '#E29573'

red 226 ◦ green 149 ◦ blue 115

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

Shades of Dark Salmon #E29573

Tints of Dark Salmon #E29573

RGB

 RED value IS 226 (88.67% from 255) = 46.12%

 GREEN value IS 149 (58.59% from 255) = 30.41%

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

R = 46.12%
G = 30.41%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E29573 (or 0xE29573) is known color: Dark Salmon. HEX triplet: E2, 95 and 73. RGB value is (226,149,115). Sum of RGB (Red+Green+Blue) = 226+149+115=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E29573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29573 is #1D6A8C. Grayscale: #A8A8A8. Windows color (decimal): -1927821 or 7575010. OLE color: 7575010.

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

Color convert

RGB 226 149 115 -
CMYK 0 0.34 0.49 0.11
HSL 18.38º 0.66% 0.67% -
HSV(B) 18.38º 0.49% 0.89% -
XYZ 45.21 38.9 21.35 -
YUV 168.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 226 149 115 0 0.34 0.49 0.11 18.38 0.66 0.67
Hex E2 95 73 0 22 31 B 12 42 43
Octal 342 225 163 0 42 61 13 22 102 103
Binary 11100010 10010101 1110011 0 100010 110001 1011 10010 1000010 1000011

Color Harmonies of #E29573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29573

Black with #E29573

Text Example


Text Example

White with #E29573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29573; }

 p { color: rgb(226,149,115); }

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

background-color css

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

 a { background-color: rgb(226,149,115); }

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

border-color css

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

 span { border-color: rgb(226,149,115); }

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