Html Css Color HEX #E29671 Dark Salmon

📋 copy color: '#E29671'

red 226 ◦ green 150 ◦ blue 113

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

Shades of Dark Salmon #E29671

Tints of Dark Salmon #E29671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 46.22%
G = 30.67%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E29671 (or 0xE29671) is known color: Dark Salmon. HEX triplet: E2, 96 and 71. RGB value is (226,150,113). Sum of RGB (Red+Green+Blue) = 226+150+113=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E29671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29671 is #1D698E. Grayscale: #A8A8A8. Windows color (decimal): -1927567 or 7444194. OLE color: 7444194.

HSL color Cylindrical-coordinate representation of color #E29671: hue angle of 19.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29671 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 113 -
CMYK 0 0.34 0.5 0.11
HSL 19.65º 0.66% 0.66% -
HSV(B) 19.65º 0.5% 0.89% -
XYZ 45.25 39.17 20.8 -
YUV 168.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 226 150 113 0 0.34 0.5 0.11 19.65 0.66 0.66
Hex E2 96 71 0 22 32 B 14 42 42
Octal 342 226 161 0 42 62 13 24 102 102
Binary 11100010 10010110 1110001 0 100010 110010 1011 10100 1000010 1000010

Color Harmonies of #E29671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29671

Black with #E29671

Text Example


Text Example

White with #E29671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29671; }

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

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

background-color css

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

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

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

border-color css

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

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

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