Html Css Color HEX #E29271 Dark Salmon

📋 copy color: '#E29271'

red 226 ◦ green 146 ◦ blue 113

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

Shades of Dark Salmon #E29271

Tints of Dark Salmon #E29271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.1%

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

R = 46.6%
G = 30.1%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E29271 (or 0xE29271) is known color: Dark Salmon. HEX triplet: E2, 92 and 71. RGB value is (226,146,113). Sum of RGB (Red+Green+Blue) = 226+146+113=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E29271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29271 is #1D6D8E. Grayscale: #A6A6A6. Windows color (decimal): -1928591 or 7443170. OLE color: 7443170.

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

Color convert

RGB 226 146 113 -
CMYK 0 0.35 0.5 0.11
HSL 17.52º 0.66% 0.66% -
HSV(B) 17.52º 0.5% 0.89% -
XYZ 44.62 37.92 20.59 -
YUV 166.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 226 146 113 0 0.35 0.5 0.11 17.52 0.66 0.66
Hex E2 92 71 0 23 32 B 12 42 42
Octal 342 222 161 0 43 62 13 22 102 102
Binary 11100010 10010010 1110001 0 100011 110010 1011 10010 1000010 1000010

Color Harmonies of #E29271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29271

Black with #E29271

Text Example


Text Example

White with #E29271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29271; }

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

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

background-color css

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

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

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

border-color css

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

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

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