Html Css Color HEX #E29272 Dark Salmon

📋 copy color: '#E29272'

red 226 ◦ green 146 ◦ blue 114

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

Shades of Dark Salmon #E29272

Tints of Dark Salmon #E29272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.04%

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 46.5%
G = 30.04%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E29272 (or 0xE29272) is known color: Dark Salmon. HEX triplet: E2, 92 and 72. RGB value is (226,146,114). Sum of RGB (Red+Green+Blue) = 226+146+114=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E29272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29272 is #1D6D8D. Grayscale: #A6A6A6. Windows color (decimal): -1928590 or 7508706. OLE color: 7508706.

HSL color Cylindrical-coordinate representation of color #E29272: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29272 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 146 114 -
CMYK 0 0.35 0.50 0.11
HSL 17.14º 0.66% 0.67% -
HSV(B) 17.14º 0.5% 0.89% -
XYZ 44.68 37.94 20.89 -
YUV 166.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 226 146 114 0 0.35 0.50 0.11 17.14 0.66 0.67
Hex E2 92 72 0 23 32 B 11 42 43
Octal 342 222 162 0 43 62 13 21 102 103
Binary 11100010 10010010 1110010 0 100011 110010 1011 10001 1000010 1000011

Color Harmonies of #E29272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29272

Black with #E29272

Text Example


Text Example

White with #E29272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29272; }

 p { color: rgb(226,146,114); }

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

background-color css

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

 a { background-color: rgb(226,146,114); }

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

border-color css

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

 span { border-color: rgb(226,146,114); }

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