Html Css Color HEX #E29A71 Dark Salmon

📋 copy color: '#E29A71'

red 226 ◦ green 154 ◦ blue 113

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

Shades of Dark Salmon #E29A71

Tints of Dark Salmon #E29A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.24%

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

R = 45.84%
G = 31.24%
B = 22.92%

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

#E29A71 (or 0xE29A71) is known color: Dark Salmon. HEX triplet: E2, 9A and 71. RGB value is (226,154,113). Sum of RGB (Red+Green+Blue) = 226+154+113=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A71 is #1D658E. Grayscale: #ABABAB. Windows color (decimal): -1926543 or 7445218. OLE color: 7445218.

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

Color convert

RGB 226 154 113 -
CMYK 0 0.32 0.5 0.11
HSL 21.77º 0.66% 0.66% -
HSV(B) 21.77º 0.5% 0.89% -
XYZ 45.9 40.47 21.02 -
YUV 170.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 226 154 113 0 0.32 0.5 0.11 21.77 0.66 0.66
Hex E2 9A 71 0 20 32 B 16 42 42
Octal 342 232 161 0 40 62 13 26 102 102
Binary 11100010 10011010 1110001 0 100000 110010 1011 10110 1000010 1000010

Color Harmonies of #E29A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29A71

Black with #E29A71

Text Example


Text Example

White with #E29A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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