Html Css Color HEX #E9966A Dark Salmon

📋 copy color: '#E9966A'

red 233 ◦ green 150 ◦ blue 106

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

Shades of Dark Salmon #E9966A

Tints of Dark Salmon #E9966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.67%

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

R = 47.65%
G = 30.67%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9966A (or 0xE9966A) is known color: Dark Salmon. HEX triplet: E9, 96 and 6A. RGB value is (233,150,106). Sum of RGB (Red+Green+Blue) = 233+150+106=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E9966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9966A is #166995. Grayscale: #AAAAAA. Windows color (decimal): -1468822 or 6985449. OLE color: 6985449.

HSL color Cylindrical-coordinate representation of color #E9966A: hue angle of 20.79º 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 #E9966A is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 106 -
CMYK 0 0.36 0.55 0.09
HSL 20.79º 0.74% 0.66% -
HSV(B) 20.79º 0.55% 0.91% -
XYZ 47.11 40.18 18.91 -
YUV 169.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 233 150 106 0 0.36 0.55 0.09 20.79 0.74 0.66
Hex E9 96 6A 0 24 37 9 15 4A 42
Octal 351 226 152 0 44 67 11 25 112 102
Binary 11101001 10010110 1101010 0 100100 110111 1001 10101 1001010 1000010

Color Harmonies of #E9966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9966A

Black with #E9966A

Text Example


Text Example

White with #E9966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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