Html Css Color HEX #E19A76 Dark Salmon

📋 copy color: '#E19A76'

red 225 ◦ green 154 ◦ blue 118

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

Shades of Dark Salmon #E19A76

Tints of Dark Salmon #E19A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.99%

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

R = 45.27%
G = 30.99%
B = 23.74%

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

#E19A76 (or 0xE19A76) is known color: Dark Salmon. HEX triplet: E1, 9A and 76. RGB value is (225,154,118). Sum of RGB (Red+Green+Blue) = 225+154+118=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A76 is #1E6589. Grayscale: #ABABAB. Windows color (decimal): -1992074 or 7772897. OLE color: 7772897.

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

Color convert

RGB 225 154 118 -
CMYK 0 0.32 0.48 0.12
HSL 20.19º 0.64% 0.67% -
HSV(B) 20.19º 0.48% 0.88% -
XYZ 45.88 40.43 22.52 -
YUV 171.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 225 154 118 0 0.32 0.48 0.12 20.19 0.64 0.67
Hex E1 9A 76 0 20 30 C 14 40 43
Octal 341 232 166 0 40 60 14 24 100 103
Binary 11100001 10011010 1110110 0 100000 110000 1100 10100 1000000 1000011

Color Harmonies of #E19A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A76

Black with #E19A76

Text Example


Text Example

White with #E19A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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