Html Css Color HEX #E19C6E Dark Salmon

📋 copy color: '#E19C6E'

red 225 ◦ green 156 ◦ blue 110

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

Shades of Dark Salmon #E19C6E

Tints of Dark Salmon #E19C6E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

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

R = 45.82%
G = 31.77%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E19C6E (or 0xE19C6E) is known color: Dark Salmon. HEX triplet: E1, 9C and 6E. RGB value is (225,156,110). Sum of RGB (Red+Green+Blue) = 225+156+110=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19C6E is #1E6391. Grayscale: #ABABAB. Windows color (decimal): -1991570 or 7249121. OLE color: 7249121.

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

Color convert

RGB 225 156 110 -
CMYK 0 0.31 0.51 0.12
HSL 24º 0.66% 0.66% -
HSV(B) 24º 0.51% 0.88% -
XYZ 45.75 40.91 20.24 -
YUV 171.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 225 156 110 0 0.31 0.51 0.12 24 0.66 0.66
Hex E1 9C 6E 0 1F 33 C 18 42 42
Octal 341 234 156 0 37 63 14 30 102 102
Binary 11100001 10011100 1101110 0 11111 110011 1100 11000 1000010 1000010

Color Harmonies of #E19C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19C6E

Black with #E19C6E

Text Example


Text Example

White with #E19C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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