Html Css Color HEX #E29076 Dark Salmon

📋 copy color: '#E29076'

red 226 ◦ green 144 ◦ blue 118

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

Shades of Dark Salmon #E29076

Tints of Dark Salmon #E29076

RGB

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

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

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

R = 46.31%
G = 29.51%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E29076 (or 0xE29076) is known color: Dark Salmon. HEX triplet: E2, 90 and 76. RGB value is (226,144,118). Sum of RGB (Red+Green+Blue) = 226+144+118=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E29076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29076 is #1D6F89. Grayscale: #A5A5A5. Windows color (decimal): -1929098 or 7770338. OLE color: 7770338.

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

Color convert

RGB 226 144 118 -
CMYK 0 0.36 0.48 0.11
HSL 14.44º 0.65% 0.67% -
HSV(B) 14.44º 0.48% 0.89% -
XYZ 44.61 37.42 22.01 -
YUV 165.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 226 144 118 0 0.36 0.48 0.11 14.44 0.65 0.67
Hex E2 90 76 0 24 30 B E 41 43
Octal 342 220 166 0 44 60 13 16 101 103
Binary 11100010 10010000 1110110 0 100100 110000 1011 1110 1000001 1000011

Color Harmonies of #E29076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29076

Black with #E29076

Text Example


Text Example

White with #E29076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29076; }

 p { color: rgb(226,144,118); }

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

background-color css

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

 a { background-color: rgb(226,144,118); }

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

border-color css

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

 span { border-color: rgb(226,144,118); }

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