Html Css Color HEX #E29873 Dark Salmon

📋 copy color: '#E29873'

red 226 ◦ green 152 ◦ blue 115

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

Shades of Dark Salmon #E29873

Tints of Dark Salmon #E29873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

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

R = 45.84%
G = 30.83%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E29873 (or 0xE29873) is known color: Dark Salmon. HEX triplet: E2, 98 and 73. RGB value is (226,152,115). Sum of RGB (Red+Green+Blue) = 226+152+115=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E29873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29873 is #1D678C. Grayscale: #AAAAAA. Windows color (decimal): -1927053 or 7575778. OLE color: 7575778.

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

Color convert

RGB 226 152 115 -
CMYK 0 0.33 0.49 0.11
HSL 20º 0.66% 0.67% -
HSV(B) 20º 0.49% 0.89% -
XYZ 45.69 39.86 21.51 -
YUV 169.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 226 152 115 0 0.33 0.49 0.11 20 0.66 0.67
Hex E2 98 73 0 21 31 B 14 42 43
Octal 342 230 163 0 41 61 13 24 102 103
Binary 11100010 10011000 1110011 0 100001 110001 1011 10100 1000010 1000011

Color Harmonies of #E29873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29873

Black with #E29873

Text Example


Text Example

White with #E29873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29873; }

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

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

background-color css

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

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

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

border-color css

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

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

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