Html Css Color HEX #E29C74 Dark Salmon

📋 copy color: '#E29C74'

red 226 ◦ green 156 ◦ blue 116

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

Shades of Dark Salmon #E29C74

Tints of Dark Salmon #E29C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 45.38%
G = 31.33%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E29C74 (or 0xE29C74) is known color: Dark Salmon. HEX triplet: E2, 9C and 74. RGB value is (226,156,116). Sum of RGB (Red+Green+Blue) = 226+156+116=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29C74 is #1D638B. Grayscale: #ACACAC. Windows color (decimal): -1926028 or 7642338. OLE color: 7642338.

HSL color Cylindrical-coordinate representation of color #E29C74: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E29C74 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 156 116 -
CMYK 0 0.31 0.49 0.11
HSL 21.82º 0.65% 0.67% -
HSV(B) 21.82º 0.49% 0.89% -
XYZ 46.4 41.21 22.03 -
YUV 172.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 226 156 116 0 0.31 0.49 0.11 21.82 0.65 0.67
Hex E2 9C 74 0 1F 31 B 16 41 43
Octal 342 234 164 0 37 61 13 26 101 103
Binary 11100010 10011100 1110100 0 11111 110001 1011 10110 1000001 1000011

Color Harmonies of #E29C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29C74

Black with #E29C74

Text Example


Text Example

White with #E29C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29C74; }

 p { color: rgb(226,156,116); }

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

background-color css

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

 a { background-color: rgb(226,156,116); }

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

border-color css

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

 span { border-color: rgb(226,156,116); }

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