Html Css Color HEX #E29D7F Dark Salmon

📋 copy color: '#E29D7F'

red 226 ◦ green 157 ◦ blue 127

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

Shades of Dark Salmon #E29D7F

Tints of Dark Salmon #E29D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.78%

 BLUE value IS 127 (50% from 255) = 24.9%

R = 44.31%
G = 30.78%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E29D7F (or 0xE29D7F) is known color: Dark Salmon. HEX triplet: E2, 9D and 7F. RGB value is (226,157,127). Sum of RGB (Red+Green+Blue) = 226+157+127=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D7F is #1D6280. Grayscale: #AEAEAE. Windows color (decimal): -1925761 or 8363490. OLE color: 8363490.

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

Color convert

RGB 226 157 127 -
CMYK 0 0.31 0.44 0.11
HSL 18.18º 0.63% 0.69% -
HSV(B) 18.18º 0.44% 0.89% -
XYZ 47.25 41.82 25.66 -
YUV 174.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 226 157 127 0 0.31 0.44 0.11 18.18 0.63 0.69
Hex E2 9D 7F 0 1F 2C B 12 3F 45
Octal 342 235 177 0 37 54 13 22 77 105
Binary 11100010 10011101 1111111 0 11111 101100 1011 10010 111111 1000101

Color Harmonies of #E29D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29D7F

Black with #E29D7F

Text Example


Text Example

White with #E29D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29D7F; }

 p { color: rgb(226,157,127); }

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

background-color css

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

 a { background-color: rgb(226,157,127); }

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

border-color css

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

 span { border-color: rgb(226,157,127); }

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