#EE967E

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

Shades of Dark Salmon #EE967E

Tints of Dark Salmon #EE967E

Color information

#EE967E (or 0xEE967E) is unknown color: approx Dark Salmon. HEX triplet: EE, 96 and 7E. RGB value is (238,150,126). Sum of RGB (Red+Green+Blue) = 238+150+126=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE967E is #116981. Grayscale: #ADADAD. Windows color (decimal): -1141122 or 8296174. OLE color: 8296174.

HSL color Cylindrical-coordinate representation of color #EE967E: hue angle of 12.86º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE967E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238150126-
CMYK00.370.470.07
HSL12.86º76.71%71.37%-
HSV(B)12.86º47.06%93.33%-
XYZ49.9341.525.12-
YUV173.58101.15173.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.30%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 126 (49.61% from 255) = 24.51%
R=46.30%
G=29.18%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815012600.370.470.0712.8676.7171.37
HexEE967E0252F7d4d47
Octal35622617604557715115107
Binary111011101001011011111100100101101111111110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE967E; }

 p { color: rgb(238,150,126); }

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

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

 a { background-color: rgb(238,150,126); }

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

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

 span { border-color: rgb(238,150,126); }

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