Html Css Color HEX #E29476 Dark Salmon

📋 copy color: '#E29476'

red 226 ◦ green 148 ◦ blue 118

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

Shades of Dark Salmon #E29476

Tints of Dark Salmon #E29476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 45.93%
G = 30.08%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E29476 (or 0xE29476) is known color: Dark Salmon. HEX triplet: E2, 94 and 76. RGB value is (226,148,118). Sum of RGB (Red+Green+Blue) = 226+148+118=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29476 is #1D6B89. Grayscale: #A8A8A8. Windows color (decimal): -1928074 or 7771362. OLE color: 7771362.

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

Color convert

RGB 226 148 118 -
CMYK 0 0.35 0.48 0.11
HSL 16.67º 0.65% 0.67% -
HSV(B) 16.67º 0.48% 0.89% -
XYZ 45.22 38.66 22.22 -
YUV 167.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 226 148 118 0 0.35 0.48 0.11 16.67 0.65 0.67
Hex E2 94 76 0 23 30 B 11 41 43
Octal 342 224 166 0 43 60 13 21 101 103
Binary 11100010 10010100 1110110 0 100011 110000 1011 10001 1000001 1000011

Color Harmonies of #E29476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29476

Black with #E29476

Text Example


Text Example

White with #E29476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29476; }

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

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

background-color css

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

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

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

border-color css

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

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

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