Html Css Color HEX #E29B7B Dark Salmon

📋 copy color: '#E29B7B'

red 226 ◦ green 155 ◦ blue 123

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

Shades of Dark Salmon #E29B7B

Tints of Dark Salmon #E29B7B

RGB

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

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

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

R = 44.84%
G = 30.75%
B = 24.4%

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

#E29B7B (or 0xE29B7B) is known color: Dark Salmon. HEX triplet: E2, 9B and 7B. RGB value is (226,155,123). Sum of RGB (Red+Green+Blue) = 226+155+123=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29B7B is #1D6484. Grayscale: #ACACAC. Windows color (decimal): -1926277 or 8100834. OLE color: 8100834.

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

Color convert

RGB 226 155 123 -
CMYK 0 0.31 0.46 0.11
HSL 18.64º 0.64% 0.68% -
HSV(B) 18.64º 0.46% 0.89% -
XYZ 46.66 41.04 24.2 -
YUV 172.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 226 155 123 0 0.31 0.46 0.11 18.64 0.64 0.68
Hex E2 9B 7B 0 1F 2E B 13 40 44
Octal 342 233 173 0 37 56 13 23 100 104
Binary 11100010 10011011 1111011 0 11111 101110 1011 10011 1000000 1000100

Color Harmonies of #E29B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29B7B

Black with #E29B7B

Text Example


Text Example

White with #E29B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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