Html Css Color HEX #E9996A Dark Salmon

📋 copy color: '#E9996A'

red 233 ◦ green 153 ◦ blue 106

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

Shades of Dark Salmon #E9996A

Tints of Dark Salmon #E9996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 47.36%
G = 31.1%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9996A (or 0xE9996A) is known color: Dark Salmon. HEX triplet: E9, 99 and 6A. RGB value is (233,153,106). Sum of RGB (Red+Green+Blue) = 233+153+106=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9996A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9996A is #166695. Grayscale: #ABABAB. Windows color (decimal): -1468054 or 6986217. OLE color: 6986217.

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

Color convert

RGB 233 153 106 -
CMYK 0 0.34 0.55 0.09
HSL 22.2º 0.74% 0.66% -
HSV(B) 22.2º 0.55% 0.91% -
XYZ 47.6 41.15 19.07 -
YUV 171.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 233 153 106 0 0.34 0.55 0.09 22.2 0.74 0.66
Hex E9 99 6A 0 22 37 9 16 4A 42
Octal 351 231 152 0 42 67 11 26 112 102
Binary 11101001 10011001 1101010 0 100010 110111 1001 10110 1001010 1000010

Color Harmonies of #E9996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9996A

Black with #E9996A

Text Example


Text Example

White with #E9996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9996A; }

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

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

background-color css

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

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

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

border-color css

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

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

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