Html Css Color HEX #E68D74 Dark Salmon

📋 copy color: '#E68D74'

red 230 ◦ green 141 ◦ blue 116

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

Shades of Dark Salmon #E68D74

Tints of Dark Salmon #E68D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 47.23%
G = 28.95%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68D74 (or 0xE68D74) is known color: Dark Salmon. HEX triplet: E6, 8D and 74. RGB value is (230,141,116). Sum of RGB (Red+Green+Blue) = 230+141+116=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D74 is #19728B. Grayscale: #A4A4A4. Windows color (decimal): -1667724 or 7638502. OLE color: 7638502.

HSL color Cylindrical-coordinate representation of color #E68D74: hue angle of 13.16º 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 #E68D74 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 141 116 -
CMYK 0 0.39 0.50 0.10
HSL 13.16º 0.7% 0.68% -
HSV(B) 13.16º 0.5% 0.9% -
XYZ 45.31 37.13 21.3 -
YUV 164.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 230 141 116 0 0.39 0.50 0.10 13.16 0.7 0.68
Hex E6 8D 74 0 27 32 A D 46 44
Octal 346 215 164 0 47 62 12 15 106 104
Binary 11100110 10001101 1110100 0 100111 110010 1010 1101 1000110 1000100

Color Harmonies of #E68D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D74

Black with #E68D74

Text Example


Text Example

White with #E68D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D74; }

 p { color: rgb(230,141,116); }

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

background-color css

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

 a { background-color: rgb(230,141,116); }

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

border-color css

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

 span { border-color: rgb(230,141,116); }

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