Html Css Color HEX #E29A73 Dark Salmon

📋 copy color: '#E29A73'

red 226 ◦ green 154 ◦ blue 115

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

Shades of Dark Salmon #E29A73

Tints of Dark Salmon #E29A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

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

R = 45.66%
G = 31.11%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E29A73 (or 0xE29A73) is known color: Dark Salmon. HEX triplet: E2, 9A and 73. RGB value is (226,154,115). Sum of RGB (Red+Green+Blue) = 226+154+115=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A73 is #1D658C. Grayscale: #ABABAB. Windows color (decimal): -1926541 or 7576290. OLE color: 7576290.

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

Color convert

RGB 226 154 115 -
CMYK 0 0.32 0.49 0.11
HSL 21.08º 0.66% 0.67% -
HSV(B) 21.08º 0.49% 0.89% -
XYZ 46.01 40.52 21.62 -
YUV 171.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 226 154 115 0 0.32 0.49 0.11 21.08 0.66 0.67
Hex E2 9A 73 0 20 31 B 15 42 43
Octal 342 232 163 0 40 61 13 25 102 103
Binary 11100010 10011010 1110011 0 100000 110001 1011 10101 1000010 1000011

Color Harmonies of #E29A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29A73

Black with #E29A73

Text Example


Text Example

White with #E29A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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