Html Css Color HEX #E29A76 Dark Salmon

📋 copy color: '#E29A76'

red 226 ◦ green 154 ◦ blue 118

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

Shades of Dark Salmon #E29A76

Tints of Dark Salmon #E29A76

RGB

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

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

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

R = 45.38%
G = 30.92%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E29A76 (or 0xE29A76) is known color: Dark Salmon. HEX triplet: E2, 9A and 76. RGB value is (226,154,118). Sum of RGB (Red+Green+Blue) = 226+154+118=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A76 is #1D6589. Grayscale: #ABABAB. Windows color (decimal): -1926538 or 7772898. OLE color: 7772898.

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

Color convert

RGB 226 154 118 -
CMYK 0 0.32 0.48 0.11
HSL 20º 0.65% 0.67% -
HSV(B) 20º 0.48% 0.89% -
XYZ 46.19 40.59 22.54 -
YUV 171.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 226 154 118 0 0.32 0.48 0.11 20 0.65 0.67
Hex E2 9A 76 0 20 30 B 14 41 43
Octal 342 232 166 0 40 60 13 24 101 103
Binary 11100010 10011010 1110110 0 100000 110000 1011 10100 1000001 1000011

Color Harmonies of #E29A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29A76

Black with #E29A76

Text Example


Text Example

White with #E29A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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