Html Css Color HEX #E5946D Dark Salmon

📋 copy color: '#E5946D'

red 229 ◦ green 148 ◦ blue 109

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

Shades of Dark Salmon #E5946D

Tints of Dark Salmon #E5946D

RGB

 RED value IS 229 (89.84% from 255) = 47.12%

 GREEN value IS 148 (58.2% from 255) = 30.45%

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

R = 47.12%
G = 30.45%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5946D (or 0xE5946D) is known color: Dark Salmon. HEX triplet: E5, 94 and 6D. RGB value is (229,148,109). Sum of RGB (Red+Green+Blue) = 229+148+109=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5946D is #1A6B92. Grayscale: #A8A8A8. Windows color (decimal): -1731475 or 7181541. OLE color: 7181541.

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

Color convert

RGB 229 148 109 -
CMYK 0 0.35 0.52 0.10
HSL 19.5º 0.7% 0.66% -
HSV(B) 19.5º 0.52% 0.9% -
XYZ 45.66 38.94 19.58 -
YUV 167.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 229 148 109 0 0.35 0.52 0.10 19.5 0.7 0.66
Hex E5 94 6D 0 23 34 A 14 46 42
Octal 345 224 155 0 43 64 12 24 106 102
Binary 11100101 10010100 1101101 0 100011 110100 1010 10100 1000110 1000010

Color Harmonies of #E5946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5946D

Black with #E5946D

Text Example


Text Example

White with #E5946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5946D; }

 p { color: rgb(229,148,109); }

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

background-color css

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

 a { background-color: rgb(229,148,109); }

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

border-color css

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

 span { border-color: rgb(229,148,109); }

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