Html Css Color HEX #E9996C Dark Salmon

📋 copy color: '#E9996C'

red 233 ◦ green 153 ◦ blue 108

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

Shades of Dark Salmon #E9996C

Tints of Dark Salmon #E9996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

 BLUE value IS 108 (42.58% from 255) = 21.86%

R = 47.17%
G = 30.97%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E9996C (or 0xE9996C) is known color: Dark Salmon. HEX triplet: E9, 99 and 6C. RGB value is (233,153,108). Sum of RGB (Red+Green+Blue) = 233+153+108=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9996C is #166693. Grayscale: #ACACAC. Windows color (decimal): -1468052 or 7117289. OLE color: 7117289.

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

Color convert

RGB 233 153 108 -
CMYK 0 0.34 0.54 0.09
HSL 21.6º 0.74% 0.67% -
HSV(B) 21.6º 0.54% 0.91% -
XYZ 47.7 41.19 19.62 -
YUV 171.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 233 153 108 0 0.34 0.54 0.09 21.6 0.74 0.67
Hex E9 99 6C 0 22 36 9 16 4A 43
Octal 351 231 154 0 42 66 11 26 112 103
Binary 11101001 10011001 1101100 0 100010 110110 1001 10110 1001010 1000011

Color Harmonies of #E9996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9996C

Black with #E9996C

Text Example


Text Example

White with #E9996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9996C; }

 p { color: rgb(233,153,108); }

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

background-color css

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

 a { background-color: rgb(233,153,108); }

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

border-color css

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

 span { border-color: rgb(233,153,108); }

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