Html Css Color HEX #E19476 Dark Salmon

📋 copy color: '#E19476'

red 225 ◦ green 148 ◦ blue 118

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

Shades of Dark Salmon #E19476

Tints of Dark Salmon #E19476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 45.82%
G = 30.14%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E19476 (or 0xE19476) is known color: Dark Salmon. HEX triplet: E1, 94 and 76. RGB value is (225,148,118). Sum of RGB (Red+Green+Blue) = 225+148+118=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E19476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19476 is #1E6B89. Grayscale: #A7A7A7. Windows color (decimal): -1993610 or 7771361. OLE color: 7771361.

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

Color convert

RGB 225 148 118 -
CMYK 0 0.34 0.48 0.12
HSL 16.82º 0.64% 0.67% -
HSV(B) 16.82º 0.48% 0.88% -
XYZ 44.91 38.5 22.2 -
YUV 167.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 225 148 118 0 0.34 0.48 0.12 16.82 0.64 0.67
Hex E1 94 76 0 22 30 C 11 40 43
Octal 341 224 166 0 42 60 14 21 100 103
Binary 11100001 10010100 1110110 0 100010 110000 1100 10001 1000000 1000011

Color Harmonies of #E19476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19476

Black with #E19476

Text Example


Text Example

White with #E19476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19476; }

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

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

background-color css

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

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

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

border-color css

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

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

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