Html Css Color HEX #E29B7C Dark Salmon

📋 copy color: '#E29B7C'

red 226 ◦ green 155 ◦ blue 124

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

Shades of Dark Salmon #E29B7C

Tints of Dark Salmon #E29B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 44.75%
G = 30.69%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E29B7C (or 0xE29B7C) is known color: Dark Salmon. HEX triplet: E2, 9B and 7C. RGB value is (226,155,124). Sum of RGB (Red+Green+Blue) = 226+155+124=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29B7C is #1D6483. Grayscale: #ACACAC. Windows color (decimal): -1926276 or 8166370. OLE color: 8166370.

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

Color convert

RGB 226 155 124 -
CMYK 0 0.31 0.45 0.11
HSL 18.24º 0.64% 0.69% -
HSV(B) 18.24º 0.45% 0.89% -
XYZ 46.72 41.07 24.53 -
YUV 172.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 226 155 124 0 0.31 0.45 0.11 18.24 0.64 0.69
Hex E2 9B 7C 0 1F 2D B 12 40 45
Octal 342 233 174 0 37 55 13 22 100 105
Binary 11100010 10011011 1111100 0 11111 101101 1011 10010 1000000 1000101

Color Harmonies of #E29B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29B7C

Black with #E29B7C

Text Example


Text Example

White with #E29B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29B7C; }

 p { color: rgb(226,155,124); }

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

background-color css

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

 a { background-color: rgb(226,155,124); }

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

border-color css

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

 span { border-color: rgb(226,155,124); }

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