Html Css Color HEX #E19482 Dark Salmon

📋 copy color: '#E19482'

red 225 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #E19482

Tints of Dark Salmon #E19482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 44.73%
G = 29.42%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E19482 (or 0xE19482) is known color: Dark Salmon. HEX triplet: E1, 94 and 82. RGB value is (225,148,130). Sum of RGB (Red+Green+Blue) = 225+148+130=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E19482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19482 is #1E6B7D. Grayscale: #A9A9A9. Windows color (decimal): -1993598 or 8557793. OLE color: 8557793.

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

Color convert

RGB 225 148 130 -
CMYK 0 0.34 0.42 0.12
HSL 11.37º 0.61% 0.7% -
HSV(B) 11.37º 0.42% 0.88% -
XYZ 45.67 38.8 26.2 -
YUV 168.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 225 148 130 0 0.34 0.42 0.12 11.37 0.61 0.7
Hex E1 94 82 0 22 2A C B 3D 46
Octal 341 224 202 0 42 52 14 13 75 106
Binary 11100001 10010100 10000010 0 100010 101010 1100 1011 111101 1000110

Color Harmonies of #E19482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19482

Black with #E19482

Text Example


Text Example

White with #E19482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19482; }

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

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

background-color css

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

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

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

border-color css

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

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

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