Html Css Color HEX #E19A6E Dark Salmon

📋 copy color: '#E19A6E'

red 225 ◦ green 154 ◦ blue 110

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

Shades of Dark Salmon #E19A6E

Tints of Dark Salmon #E19A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 46.01%
G = 31.49%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E19A6E (or 0xE19A6E) is known color: Dark Salmon. HEX triplet: E1, 9A and 6E. RGB value is (225,154,110). Sum of RGB (Red+Green+Blue) = 225+154+110=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A6E is #1E6591. Grayscale: #AAAAAA. Windows color (decimal): -1992082 or 7248609. OLE color: 7248609.

HSL color Cylindrical-coordinate representation of color #E19A6E: hue angle of 22.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E19A6E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 154 110 -
CMYK 0 0.32 0.51 0.12
HSL 22.96º 0.66% 0.66% -
HSV(B) 22.96º 0.51% 0.88% -
XYZ 45.42 40.24 20.13 -
YUV 170.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 225 154 110 0 0.32 0.51 0.12 22.96 0.66 0.66
Hex E1 9A 6E 0 20 33 C 17 42 42
Octal 341 232 156 0 40 63 14 27 102 102
Binary 11100001 10011010 1101110 0 100000 110011 1100 10111 1000010 1000010

Color Harmonies of #E19A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A6E

Black with #E19A6E

Text Example


Text Example

White with #E19A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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