Html Css Color HEX #E29071 Dark Salmon

📋 copy color: '#E29071'

red 226 ◦ green 144 ◦ blue 113

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

Shades of Dark Salmon #E29071

Tints of Dark Salmon #E29071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

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

R = 46.79%
G = 29.81%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E29071 (or 0xE29071) is known color: Dark Salmon. HEX triplet: E2, 90 and 71. RGB value is (226,144,113). Sum of RGB (Red+Green+Blue) = 226+144+113=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E29071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29071 is #1D6F8E. Grayscale: #A5A5A5. Windows color (decimal): -1929103 or 7442658. OLE color: 7442658.

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

Color convert

RGB 226 144 113 -
CMYK 0 0.36 0.5 0.11
HSL 16.46º 0.66% 0.66% -
HSV(B) 16.46º 0.5% 0.89% -
XYZ 44.32 37.31 20.49 -
YUV 164.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 226 144 113 0 0.36 0.5 0.11 16.46 0.66 0.66
Hex E2 90 71 0 24 32 B 10 42 42
Octal 342 220 161 0 44 62 13 20 102 102
Binary 11100010 10010000 1110001 0 100100 110010 1011 10000 1000010 1000010

Color Harmonies of #E29071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29071

Black with #E29071

Text Example


Text Example

White with #E29071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29071; }

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

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

background-color css

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

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

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

border-color css

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

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

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