#e9967a

Color #E9967A DarkSalmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of DarkSalmon #E9967A

Tints of DarkSalmon #E9967A

Color information

#E9967A (or 0xE9967A) is known color: DarkSalmon. HEX triplet: E9, 96 and 7A. RGB value is (233,150,122). Sum of RGB (Red+Green+Blue) = 233+150+122=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E9967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9967A is #166985. Grayscale: #ABABAB. Windows color (decimal): -1468806 or 8034025. OLE color: 8034025.

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

Color convert

RGB233150122-
CMYK00.360.480.09
HSL15.14º71.61%69.61%-
HSV(B)15.14º47.64%91.37%-
XYZ48.0240.5423.71-
YUV171.62100171.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.14%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=46.14%
G=29.70%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315012200.360.480.0915.1471.6169.61
HexE9967A024309f4846
Octal351226172044601117110106
Binary1110100110010110111101001001001100001001111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9967a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9967a; }

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

 H1.HeaderClassName
 {
   color: #e9967a;
 }
 .AnyTagClassName
 {
   color: #e9967a;
 }
</style>
background-color css

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

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

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

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

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

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