Html Css Color HEX #E28D72 Dark Salmon

📋 copy color: '#E28D72'

red 226 ◦ green 141 ◦ blue 114

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

Shades of Dark Salmon #E28D72

Tints of Dark Salmon #E28D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

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

R = 46.99%
G = 29.31%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28D72 (or 0xE28D72) is known color: Dark Salmon. HEX triplet: E2, 8D and 72. RGB value is (226,141,114). Sum of RGB (Red+Green+Blue) = 226+141+114=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D72 is #1D728D. Grayscale: #A3A3A3. Windows color (decimal): -1929870 or 7507426. OLE color: 7507426.

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

Color convert

RGB 226 141 114 -
CMYK 0 0.38 0.50 0.11
HSL 14.46º 0.66% 0.67% -
HSV(B) 14.46º 0.5% 0.89% -
XYZ 43.93 36.43 20.64 -
YUV 163.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 226 141 114 0 0.38 0.50 0.11 14.46 0.66 0.67
Hex E2 8D 72 0 26 32 B E 42 43
Octal 342 215 162 0 46 62 13 16 102 103
Binary 11100010 10001101 1110010 0 100110 110010 1011 1110 1000010 1000011

Color Harmonies of #E28D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28D72

Black with #E28D72

Text Example


Text Example

White with #E28D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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