Html Css Color HEX #E9956D Dark Salmon

📋 copy color: '#E9956D'

red 233 ◦ green 149 ◦ blue 109

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

Shades of Dark Salmon #E9956D

Tints of Dark Salmon #E9956D

RGB

 RED value IS 233 (91.41% from 255) = 47.45%

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 47.45%
G = 30.35%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E9956D (or 0xE9956D) is known color: Dark Salmon. HEX triplet: E9, 95 and 6D. RGB value is (233,149,109). Sum of RGB (Red+Green+Blue) = 233+149+109=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E9956D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9956D is #166A92. Grayscale: #A9A9A9. Windows color (decimal): -1469075 or 7181801. OLE color: 7181801.

HSL color Cylindrical-coordinate representation of color #E9956D: hue angle of 19.35º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9956D is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 149 109 -
CMYK 0 0.36 0.53 0.09
HSL 19.35º 0.74% 0.67% -
HSV(B) 19.35º 0.53% 0.91% -
XYZ 47.11 39.92 19.69 -
YUV 169.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 233 149 109 0 0.36 0.53 0.09 19.35 0.74 0.67
Hex E9 95 6D 0 24 35 9 13 4A 43
Octal 351 225 155 0 44 65 11 23 112 103
Binary 11101001 10010101 1101101 0 100100 110101 1001 10011 1001010 1000011

Color Harmonies of #E9956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9956D

Black with #E9956D

Text Example


Text Example

White with #E9956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9956D; }

 p { color: rgb(233,149,109); }

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

background-color css

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

 a { background-color: rgb(233,149,109); }

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

border-color css

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

 span { border-color: rgb(233,149,109); }

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