Html Css Color HEX #E29676 Dark Salmon

📋 copy color: '#E29676'

red 226 ◦ green 150 ◦ blue 118

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

Shades of Dark Salmon #E29676

Tints of Dark Salmon #E29676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.36%

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

R = 45.75%
G = 30.36%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E29676 (or 0xE29676) is known color: Dark Salmon. HEX triplet: E2, 96 and 76. RGB value is (226,150,118). Sum of RGB (Red+Green+Blue) = 226+150+118=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E29676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29676 is #1D6989. Grayscale: #A9A9A9. Windows color (decimal): -1927562 or 7771874. OLE color: 7771874.

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

Color convert

RGB 226 150 118 -
CMYK 0 0.34 0.48 0.11
HSL 17.78º 0.65% 0.67% -
HSV(B) 17.78º 0.48% 0.89% -
XYZ 45.54 39.29 22.32 -
YUV 169.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 226 150 118 0 0.34 0.48 0.11 17.78 0.65 0.67
Hex E2 96 76 0 22 30 B 12 41 43
Octal 342 226 166 0 42 60 13 22 101 103
Binary 11100010 10010110 1110110 0 100010 110000 1011 10010 1000001 1000011

Color Harmonies of #E29676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29676

Black with #E29676

Text Example


Text Example

White with #E29676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29676; }

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

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

background-color css

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

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

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

border-color css

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

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

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