Html Css Color HEX #E6936D Dark Salmon

📋 copy color: '#E6936D'

red 230 ◦ green 147 ◦ blue 109

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

Shades of Dark Salmon #E6936D

Tints of Dark Salmon #E6936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.25%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 47.33%
G = 30.25%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6936D (or 0xE6936D) is known color: Dark Salmon. HEX triplet: E6, 93 and 6D. RGB value is (230,147,109). Sum of RGB (Red+Green+Blue) = 230+147+109=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6936D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6936D is #196C92. Grayscale: #A7A7A7. Windows color (decimal): -1666195 or 7181286. OLE color: 7181286.

HSL color Cylindrical-coordinate representation of color #E6936D: hue angle of 18.84º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6936D is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 109 -
CMYK 0 0.36 0.53 0.10
HSL 18.84º 0.71% 0.66% -
HSV(B) 18.84º 0.53% 0.9% -
XYZ 45.83 38.79 19.54 -
YUV 167.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 230 147 109 0 0.36 0.53 0.10 18.84 0.71 0.66
Hex E6 93 6D 0 24 35 A 13 47 42
Octal 346 223 155 0 44 65 12 23 107 102
Binary 11100110 10010011 1101101 0 100100 110101 1010 10011 1000111 1000010

Color Harmonies of #E6936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6936D

Black with #E6936D

Text Example


Text Example

White with #E6936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6936D; }

 p { color: rgb(230,147,109); }

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

background-color css

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

 a { background-color: rgb(230,147,109); }

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

border-color css

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

 span { border-color: rgb(230,147,109); }

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