Html Css Color HEX #E19D72 Dark Salmon

📋 copy color: '#E19D72'

red 225 ◦ green 157 ◦ blue 114

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

Shades of Dark Salmon #E19D72

Tints of Dark Salmon #E19D72

RGB

 RED value IS 225 (88.28% from 255) = 45.36%

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

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

R = 45.36%
G = 31.65%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E19D72 (or 0xE19D72) is known color: Dark Salmon. HEX triplet: E1, 9D and 72. RGB value is (225,157,114). Sum of RGB (Red+Green+Blue) = 225+157+114=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D72 is #1E628D. Grayscale: #ACACAC. Windows color (decimal): -1991310 or 7511521. OLE color: 7511521.

HSL color Cylindrical-coordinate representation of color #E19D72: hue angle of 23.24º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E19D72 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 114 -
CMYK 0 0.30 0.49 0.12
HSL 23.24º 0.65% 0.66% -
HSV(B) 23.24º 0.49% 0.88% -
XYZ 46.15 41.34 21.47 -
YUV 172.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 225 157 114 0 0.30 0.49 0.12 23.24 0.65 0.66
Hex E1 9D 72 0 1E 31 C 17 41 42
Octal 341 235 162 0 36 61 14 27 101 102
Binary 11100001 10011101 1110010 0 11110 110001 1100 10111 1000001 1000010

Color Harmonies of #E19D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D72

Black with #E19D72

Text Example


Text Example

White with #E19D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D72; }

 p { color: rgb(225,157,114); }

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

background-color css

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

 a { background-color: rgb(225,157,114); }

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

border-color css

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

 span { border-color: rgb(225,157,114); }

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