Html Css Color HEX #E29471 Dark Salmon

📋 copy color: '#E29471'

red 226 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #E29471

Tints of Dark Salmon #E29471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

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

R = 46.41%
G = 30.39%
B = 23.2%

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

#E29471 (or 0xE29471) is known color: Dark Salmon. HEX triplet: E2, 94 and 71. RGB value is (226,148,113). Sum of RGB (Red+Green+Blue) = 226+148+113=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E29471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29471 is #1D6B8E. Grayscale: #A7A7A7. Windows color (decimal): -1928079 or 7443682. OLE color: 7443682.

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

Color convert

RGB 226 148 113 -
CMYK 0 0.35 0.5 0.11
HSL 18.58º 0.66% 0.66% -
HSV(B) 18.58º 0.5% 0.89% -
XYZ 44.93 38.54 20.69 -
YUV 167.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 226 148 113 0 0.35 0.5 0.11 18.58 0.66 0.66
Hex E2 94 71 0 23 32 B 13 42 42
Octal 342 224 161 0 43 62 13 23 102 102
Binary 11100010 10010100 1110001 0 100011 110010 1011 10011 1000010 1000010

Color Harmonies of #E29471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29471

Black with #E29471

Text Example


Text Example

White with #E29471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29471; }

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

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

background-color css

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

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

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

border-color css

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

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

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