Html Css Color HEX #E29575 Dark Salmon

📋 copy color: '#E29575'

red 226 ◦ green 149 ◦ blue 117

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

Shades of Dark Salmon #E29575

Tints of Dark Salmon #E29575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 45.93%
G = 30.28%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E29575 (or 0xE29575) is known color: Dark Salmon. HEX triplet: E2, 95 and 75. RGB value is (226,149,117). Sum of RGB (Red+Green+Blue) = 226+149+117=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29575 is #1D6A8A. Grayscale: #A8A8A8. Windows color (decimal): -1927819 or 7706082. OLE color: 7706082.

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

Color convert

RGB 226 149 117 -
CMYK 0 0.34 0.48 0.11
HSL 17.61º 0.65% 0.67% -
HSV(B) 17.61º 0.48% 0.89% -
XYZ 45.32 38.95 21.96 -
YUV 168.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 226 149 117 0 0.34 0.48 0.11 17.61 0.65 0.67
Hex E2 95 75 0 22 30 B 12 41 43
Octal 342 225 165 0 42 60 13 22 101 103
Binary 11100010 10010101 1110101 0 100010 110000 1011 10010 1000001 1000011

Color Harmonies of #E29575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29575

Black with #E29575

Text Example


Text Example

White with #E29575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29575; }

 p { color: rgb(226,149,117); }

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

background-color css

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

 a { background-color: rgb(226,149,117); }

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

border-color css

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

 span { border-color: rgb(226,149,117); }

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