Html Css Color HEX #E19972 Dark Salmon

📋 copy color: '#E19972'

red 225 ◦ green 153 ◦ blue 114

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

Shades of Dark Salmon #E19972

Tints of Dark Salmon #E19972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 45.73%
G = 31.1%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E19972 (or 0xE19972) is known color: Dark Salmon. HEX triplet: E1, 99 and 72. RGB value is (225,153,114). Sum of RGB (Red+Green+Blue) = 225+153+114=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E19972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19972 is #1E668D. Grayscale: #AAAAAA. Windows color (decimal): -1992334 or 7510497. OLE color: 7510497.

HSL color Cylindrical-coordinate representation of color #E19972: hue angle of 21.08º 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 #E19972 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 153 114 -
CMYK 0 0.32 0.49 0.12
HSL 21.08º 0.65% 0.66% -
HSV(B) 21.08º 0.49% 0.88% -
XYZ 45.48 40 21.24 -
YUV 170.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 225 153 114 0 0.32 0.49 0.12 21.08 0.65 0.66
Hex E1 99 72 0 20 31 C 15 41 42
Octal 341 231 162 0 40 61 14 25 101 102
Binary 11100001 10011001 1110010 0 100000 110001 1100 10101 1000001 1000010

Color Harmonies of #E19972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19972

Black with #E19972

Text Example


Text Example

White with #E19972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19972; }

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

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

background-color css

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

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

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

border-color css

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

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

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