Html Css Color HEX #E19974 Dark Salmon

📋 copy color: '#E19974'

red 225 ◦ green 153 ◦ blue 116

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

Shades of Dark Salmon #E19974

Tints of Dark Salmon #E19974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 45.55%
G = 30.97%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E19974 (or 0xE19974) is known color: Dark Salmon. HEX triplet: E1, 99 and 74. RGB value is (225,153,116). Sum of RGB (Red+Green+Blue) = 225+153+116=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E19974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19974 is #1E668B. Grayscale: #AAAAAA. Windows color (decimal): -1992332 or 7641569. OLE color: 7641569.

HSL color Cylindrical-coordinate representation of color #E19974: hue angle of 20.37º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E19974 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 153 116 -
CMYK 0 0.32 0.48 0.12
HSL 20.37º 0.64% 0.67% -
HSV(B) 20.37º 0.48% 0.88% -
XYZ 45.59 40.05 21.85 -
YUV 170.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 225 153 116 0 0.32 0.48 0.12 20.37 0.64 0.67
Hex E1 99 74 0 20 30 C 14 40 43
Octal 341 231 164 0 40 60 14 24 100 103
Binary 11100001 10011001 1110100 0 100000 110000 1100 10100 1000000 1000011

Color Harmonies of #E19974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19974

Black with #E19974

Text Example


Text Example

White with #E19974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19974; }

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

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

background-color css

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

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

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

border-color css

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

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

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