Html Css Color HEX #E68C73 Dark Salmon

📋 copy color: '#E68C73'

red 230 ◦ green 140 ◦ blue 115

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

Shades of Dark Salmon #E68C73

Tints of Dark Salmon #E68C73

RGB

 RED value IS 230 (90.23% from 255) = 47.42%

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 47.42%
G = 28.87%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E68C73 (or 0xE68C73) is known color: Dark Salmon. HEX triplet: E6, 8C and 73. RGB value is (230,140,115). Sum of RGB (Red+Green+Blue) = 230+140+115=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C73 is #19738C. Grayscale: #A4A4A4. Windows color (decimal): -1667981 or 7572710. OLE color: 7572710.

HSL color Cylindrical-coordinate representation of color #E68C73: hue angle of 13.04º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E68C73 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 115 -
CMYK 0 0.39 0.5 0.10
HSL 13.04º 0.7% 0.68% -
HSV(B) 13.04º 0.5% 0.9% -
XYZ 45.11 36.82 20.95 -
YUV 164.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 230 140 115 0 0.39 0.5 0.10 13.04 0.7 0.68
Hex E6 8C 73 0 27 32 A D 46 44
Octal 346 214 163 0 47 62 12 15 106 104
Binary 11100110 10001100 1110011 0 100111 110010 1010 1101 1000110 1000100

Color Harmonies of #E68C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C73

Black with #E68C73

Text Example


Text Example

White with #E68C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C73; }

 p { color: rgb(230,140,115); }

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

background-color css

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

 a { background-color: rgb(230,140,115); }

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

border-color css

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

 span { border-color: rgb(230,140,115); }

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