Html Css Color HEX #E29971 Dark Salmon

📋 copy color: '#E29971'

red 226 ◦ green 153 ◦ blue 113

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

Shades of Dark Salmon #E29971

Tints of Dark Salmon #E29971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 45.93%
G = 31.1%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E29971 (or 0xE29971) is known color: Dark Salmon. HEX triplet: E2, 99 and 71. RGB value is (226,153,113). Sum of RGB (Red+Green+Blue) = 226+153+113=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29971 is #1D668E. Grayscale: #AAAAAA. Windows color (decimal): -1926799 or 7444962. OLE color: 7444962.

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

Color convert

RGB 226 153 113 -
CMYK 0 0.32 0.5 0.11
HSL 21.24º 0.66% 0.66% -
HSV(B) 21.24º 0.5% 0.89% -
XYZ 45.74 40.14 20.96 -
YUV 170.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 226 153 113 0 0.32 0.5 0.11 21.24 0.66 0.66
Hex E2 99 71 0 20 32 B 15 42 42
Octal 342 231 161 0 40 62 13 25 102 102
Binary 11100010 10011001 1110001 0 100000 110010 1011 10101 1000010 1000010

Color Harmonies of #E29971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29971

Black with #E29971

Text Example


Text Example

White with #E29971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29971; }

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

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

background-color css

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

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

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

border-color css

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

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

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