Html Css Color HEX #E29D7B Dark Salmon

📋 copy color: '#E29D7B'

red 226 ◦ green 157 ◦ blue 123

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

Shades of Dark Salmon #E29D7B

Tints of Dark Salmon #E29D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 44.66%
G = 31.03%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E29D7B (or 0xE29D7B) is known color: Dark Salmon. HEX triplet: E2, 9D and 7B. RGB value is (226,157,123). Sum of RGB (Red+Green+Blue) = 226+157+123=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D7B is #1D6284. Grayscale: #ADADAD. Windows color (decimal): -1925765 or 8101346. OLE color: 8101346.

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

Color convert

RGB 226 157 123 -
CMYK 0 0.31 0.46 0.11
HSL 19.81º 0.64% 0.68% -
HSV(B) 19.81º 0.46% 0.89% -
XYZ 47 41.71 24.31 -
YUV 173.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 226 157 123 0 0.31 0.46 0.11 19.81 0.64 0.68
Hex E2 9D 7B 0 1F 2E B 14 40 44
Octal 342 235 173 0 37 56 13 24 100 104
Binary 11100010 10011101 1111011 0 11111 101110 1011 10100 1000000 1000100

Color Harmonies of #E29D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29D7B

Black with #E29D7B

Text Example


Text Example

White with #E29D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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