Html Css Color HEX #E29677 Dark Salmon

📋 copy color: '#E29677'

red 226 ◦ green 150 ◦ blue 119

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

Shades of Dark Salmon #E29677

Tints of Dark Salmon #E29677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

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

R = 45.66%
G = 30.3%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E29677 (or 0xE29677) is known color: Dark Salmon. HEX triplet: E2, 96 and 77. RGB value is (226,150,119). Sum of RGB (Red+Green+Blue) = 226+150+119=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E29677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29677 is #1D6988. Grayscale: #A9A9A9. Windows color (decimal): -1927561 or 7837410. OLE color: 7837410.

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

Color convert

RGB 226 150 119 -
CMYK 0 0.34 0.47 0.11
HSL 17.38º 0.65% 0.68% -
HSV(B) 17.38º 0.47% 0.89% -
XYZ 45.6 39.31 22.64 -
YUV 169.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 226 150 119 0 0.34 0.47 0.11 17.38 0.65 0.68
Hex E2 96 77 0 22 2F B 11 41 44
Octal 342 226 167 0 42 57 13 21 101 104
Binary 11100010 10010110 1110111 0 100010 101111 1011 10001 1000001 1000100

Color Harmonies of #E29677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29677

Black with #E29677

Text Example


Text Example

White with #E29677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29677; }

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

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

background-color css

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

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

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

border-color css

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

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

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