Html Css Color HEX #E9956F Dark Salmon

📋 copy color: '#E9956F'

red 233 ◦ green 149 ◦ blue 111

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

Shades of Dark Salmon #E9956F

Tints of Dark Salmon #E9956F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 47.26%
G = 30.22%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E9956F (or 0xE9956F) is known color: Dark Salmon. HEX triplet: E9, 95 and 6F. RGB value is (233,149,111). Sum of RGB (Red+Green+Blue) = 233+149+111=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9956F is #166A90. Grayscale: #AAAAAA. Windows color (decimal): -1469073 or 7312873. OLE color: 7312873.

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

Color convert

RGB 233 149 111 -
CMYK 0 0.36 0.52 0.09
HSL 18.69º 0.73% 0.67% -
HSV(B) 18.69º 0.52% 0.91% -
XYZ 47.22 39.97 20.26 -
YUV 169.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 233 149 111 0 0.36 0.52 0.09 18.69 0.73 0.67
Hex E9 95 6F 0 24 34 9 13 49 43
Octal 351 225 157 0 44 64 11 23 111 103
Binary 11101001 10010101 1101111 0 100100 110100 1001 10011 1001001 1000011

Color Harmonies of #E9956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9956F

Black with #E9956F

Text Example


Text Example

White with #E9956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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