Html Css Color HEX #E29376 Dark Salmon

📋 copy color: '#E29376'

red 226 ◦ green 147 ◦ blue 118

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

Shades of Dark Salmon #E29376

Tints of Dark Salmon #E29376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

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

R = 46.03%
G = 29.94%
B = 24.03%

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

#E29376 (or 0xE29376) is known color: Dark Salmon. HEX triplet: E2, 93 and 76. RGB value is (226,147,118). Sum of RGB (Red+Green+Blue) = 226+147+118=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E29376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29376 is #1D6C89. Grayscale: #A7A7A7. Windows color (decimal): -1928330 or 7771106. OLE color: 7771106.

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

Color convert

RGB 226 147 118 -
CMYK 0 0.35 0.48 0.11
HSL 16.11º 0.65% 0.67% -
HSV(B) 16.11º 0.48% 0.89% -
XYZ 45.07 38.34 22.17 -
YUV 167.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 226 147 118 0 0.35 0.48 0.11 16.11 0.65 0.67
Hex E2 93 76 0 23 30 B 10 41 43
Octal 342 223 166 0 43 60 13 20 101 103
Binary 11100010 10010011 1110110 0 100011 110000 1011 10000 1000001 1000011

Color Harmonies of #E29376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29376

Black with #E29376

Text Example


Text Example

White with #E29376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29376; }

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

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

background-color css

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

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

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

border-color css

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

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

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