Html Css Color HEX #E19478 Dark Salmon

📋 copy color: '#E19478'

red 225 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #E19478

Tints of Dark Salmon #E19478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 120 (47.27% from 255) = 24.34%

R = 45.64%
G = 30.02%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E19478 (or 0xE19478) is known color: Dark Salmon. HEX triplet: E1, 94 and 78. RGB value is (225,148,120). Sum of RGB (Red+Green+Blue) = 225+148+120=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E19478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19478 is #1E6B87. Grayscale: #A8A8A8. Windows color (decimal): -1993608 or 7902433. OLE color: 7902433.

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

Color convert

RGB 225 148 120 -
CMYK 0 0.34 0.47 0.12
HSL 16º 0.64% 0.68% -
HSV(B) 16º 0.47% 0.88% -
XYZ 45.03 38.54 22.84 -
YUV 167.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 225 148 120 0 0.34 0.47 0.12 16 0.64 0.68
Hex E1 94 78 0 22 2F C 10 40 44
Octal 341 224 170 0 42 57 14 20 100 104
Binary 11100001 10010100 1111000 0 100010 101111 1100 10000 1000000 1000100

Color Harmonies of #E19478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19478

Black with #E19478

Text Example


Text Example

White with #E19478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19478; }

 p { color: rgb(225,148,120); }

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

background-color css

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

 a { background-color: rgb(225,148,120); }

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

border-color css

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

 span { border-color: rgb(225,148,120); }

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