Html Css Color HEX #E29477 Dark Salmon

📋 copy color: '#E29477'

red 226 ◦ green 148 ◦ blue 119

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

Shades of Dark Salmon #E29477

Tints of Dark Salmon #E29477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 45.84%
G = 30.02%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E29477 (or 0xE29477) is known color: Dark Salmon. HEX triplet: E2, 94 and 77. RGB value is (226,148,119). Sum of RGB (Red+Green+Blue) = 226+148+119=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E29477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29477 is #1D6B88. Grayscale: #A8A8A8. Windows color (decimal): -1928073 or 7836898. OLE color: 7836898.

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

Color convert

RGB 226 148 119 -
CMYK 0 0.35 0.47 0.11
HSL 16.26º 0.65% 0.68% -
HSV(B) 16.26º 0.47% 0.89% -
XYZ 45.28 38.68 22.53 -
YUV 168.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 226 148 119 0 0.35 0.47 0.11 16.26 0.65 0.68
Hex E2 94 77 0 23 2F B 10 41 44
Octal 342 224 167 0 43 57 13 20 101 104
Binary 11100010 10010100 1110111 0 100011 101111 1011 10000 1000001 1000100

Color Harmonies of #E29477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29477

Black with #E29477

Text Example


Text Example

White with #E29477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29477; }

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

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

background-color css

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

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

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

border-color css

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

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

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