Html Css Color HEX #E19076 Dark Salmon

📋 copy color: '#E19076'

red 225 ◦ green 144 ◦ blue 118

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

Shades of Dark Salmon #E19076

Tints of Dark Salmon #E19076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

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

R = 46.2%
G = 29.57%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E19076 (or 0xE19076) is known color: Dark Salmon. HEX triplet: E1, 90 and 76. RGB value is (225,144,118). Sum of RGB (Red+Green+Blue) = 225+144+118=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E19076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19076 is #1E6F89. Grayscale: #A5A5A5. Windows color (decimal): -1994634 or 7770337. OLE color: 7770337.

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

Color convert

RGB 225 144 118 -
CMYK 0 0.36 0.48 0.12
HSL 14.58º 0.64% 0.67% -
HSV(B) 14.58º 0.48% 0.88% -
XYZ 44.29 37.26 22 -
YUV 165.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 225 144 118 0 0.36 0.48 0.12 14.58 0.64 0.67
Hex E1 90 76 0 24 30 C F 40 43
Octal 341 220 166 0 44 60 14 17 100 103
Binary 11100001 10010000 1110110 0 100100 110000 1100 1111 1000000 1000011

Color Harmonies of #E19076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19076

Black with #E19076

Text Example


Text Example

White with #E19076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19076; }

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

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

background-color css

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

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

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

border-color css

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

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

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